Shades of Smalt #02328B
Tints of Smalt #02328B
RGB
CMYK
RGB Variations
Color information
#02328B (or 0x02328B) is known color: Smalt. HEX triplet: 02, 32 and 8B. RGB value is (2,50,139). Sum of RGB (Red+Green+Blue) = 2+50+139=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 139 (54.69% from 255 or 72.77% from 191); Max value from RGB is 139 - color contains mainly: blue. Hex color #02328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02328B is #FDCD74. Grayscale: #2D2D2D. Windows color (decimal): -16633205 or 9122306. OLE color: 9122306.
HSL color Cylindrical-coordinate representation of color #02328B: hue angle of 218.98º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02328B is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 50 | 139 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.45 |
| HSL | 218.98º | 0.97% | 0.28% | - |
| HSV(B) | 218.98º | 0.99% | 0.55% | - |
| XYZ | 5.83 | 4.16 | 24.92 | - |
| YUV | 45.79 | 180.6 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 139 | 0.99 | 0.64 | 0 | 0.45 | 218.98 | 0.97 | 0.28 |
| Hex | 2 | 32 | 8B | 63 | 40 | 0 | 2D | DB | 61 | 1C |
| Octal | 2 | 62 | 213 | 143 | 100 | 0 | 55 | 333 | 141 | 34 |
| Binary | 10 | 110010 | 10001011 | 1100011 | 1000000 | 0 | 101101 | 11011011 | 1100001 | 11100 |
Color Harmonies of #02328B
Complementary color
Monochromatic Colors of #02328B
Black with #02328B
Text Example
Text Example
White with #02328B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02328B; }
p { color: rgb(2,50,139); }
H1.HeaderClassName
{
color: #02328B;
}
.AnyTagClassName
{
color: #02328B;
}
</style>
background-color css
<style>
a { background-color: #02328B; }
a { background-color: rgb(2,50,139); }
div.DivClassName
{
background-color: #02328B;
}
.BgClassName
{
background-color: #02328B;
}
</style>
border-color css
<style>
span { border-color: #02328B; }
span { border-color: rgb(2,50,139); }
td.TdClassName
{
border-color: #02328B;
}
.TagClassName
{
border-color: #02328B;
}
</style>