Shades of Smalt #00208B
Tints of Smalt #00208B
RGB
CMYK
RGB Variations
Color information
#00208B (or 0x00208B) is known color: Smalt. HEX triplet: 00, 20 and 8B. RGB value is (0,32,139). Sum of RGB (Red+Green+Blue) = 0+32+139=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 139 (54.69% from 255 or 81.29% from 171); Max value from RGB is 139 - color contains mainly: blue. Hex color #00208B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00208B is #FFDF74. Grayscale: #222222. Windows color (decimal): -16768885 or 9117696. OLE color: 9117696.
HSL color Cylindrical-coordinate representation of color #00208B: hue angle of 226.19º 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 #00208B is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 32 | 139 | - |
| CMYK | 1 | 0.77 | 0 | 0.45 |
| HSL | 226.19º | 1% | 0.27% | - |
| HSV(B) | 226.19º | 1% | 0.55% | - |
| XYZ | 5.18 | 2.9 | 24.71 | - |
| YUV | 34.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 139 | 1 | 0.77 | 0 | 0.45 | 226.19 | 1 | 0.27 |
| Hex | 0 | 20 | 8B | 64 | 4D | 0 | 2D | E2 | 64 | 1B |
| Octal | 0 | 40 | 213 | 144 | 115 | 0 | 55 | 342 | 144 | 33 |
| Binary | 0 | 100000 | 10001011 | 1100100 | 1001101 | 0 | 101101 | 11100010 | 1100100 | 11011 |
Color Harmonies of #00208B
Complementary color
Monochromatic Colors of #00208B
Black with #00208B
Text Example
Text Example
White with #00208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00208B; }
p { color: rgb(0,32,139); }
H1.HeaderClassName
{
color: #00208B;
}
.AnyTagClassName
{
color: #00208B;
}
</style>
background-color css
<style>
a { background-color: #00208B; }
a { background-color: rgb(0,32,139); }
div.DivClassName
{
background-color: #00208B;
}
.BgClassName
{
background-color: #00208B;
}
</style>
border-color css
<style>
span { border-color: #00208B; }
span { border-color: rgb(0,32,139); }
td.TdClassName
{
border-color: #00208B;
}
.TagClassName
{
border-color: #00208B;
}
</style>