Shades of Smalt #00208C
Tints of Smalt #00208C
RGB
CMYK
RGB Variations
Color information
#00208C (or 0x00208C) is known color: Smalt. HEX triplet: 00, 20 and 8C. RGB value is (0,32,140). Sum of RGB (Red+Green+Blue) = 0+32+140=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 140 (55.08% from 255 or 81.40% from 172); Max value from RGB is 140 - color contains mainly: blue. Hex color #00208C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00208C is #FFDF73. Grayscale: #222222. Windows color (decimal): -16768884 or 9183232. OLE color: 9183232.
HSL color Cylindrical-coordinate representation of color #00208C: hue angle of 226.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00208C is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 32 | 140 | - |
| CMYK | 1 | 0.77 | 0 | 0.45 |
| HSL | 226.29º | 1% | 0.27% | - |
| HSV(B) | 226.29º | 1% | 0.55% | - |
| XYZ | 5.25 | 2.93 | 25.1 | - |
| YUV | 34.74 | 187.4 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 140 | 1 | 0.77 | 0 | 0.45 | 226.29 | 1 | 0.27 |
| Hex | 0 | 20 | 8C | 64 | 4D | 0 | 2D | E2 | 64 | 1B |
| Octal | 0 | 40 | 214 | 144 | 115 | 0 | 55 | 342 | 144 | 33 |
| Binary | 0 | 100000 | 10001100 | 1100100 | 1001101 | 0 | 101101 | 11100010 | 1100100 | 11011 |
Color Harmonies of #00208C
Complementary color
Monochromatic Colors of #00208C
Black with #00208C
Text Example
Text Example
White with #00208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00208C; }
p { color: rgb(0,32,140); }
H1.HeaderClassName
{
color: #00208C;
}
.AnyTagClassName
{
color: #00208C;
}
</style>
background-color css
<style>
a { background-color: #00208C; }
a { background-color: rgb(0,32,140); }
div.DivClassName
{
background-color: #00208C;
}
.BgClassName
{
background-color: #00208C;
}
</style>
border-color css
<style>
span { border-color: #00208C; }
span { border-color: rgb(0,32,140); }
td.TdClassName
{
border-color: #00208C;
}
.TagClassName
{
border-color: #00208C;
}
</style>