Shades of Cobalt #02409E
Tints of Cobalt #02409E
RGB
CMYK
RGB Variations
Color information
#02409E (or 0x02409E) is known color: Cobalt. HEX triplet: 02, 40 and 9E. RGB value is (2,64,158). Sum of RGB (Red+Green+Blue) = 2+64+158=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #02409E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02409E is #FDBF61. Grayscale: #373737. Windows color (decimal): -16629602 or 10371074. OLE color: 10371074.
HSL color Cylindrical-coordinate representation of color #02409E: hue angle of 216.15º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02409E is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 64 | 158 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.38 |
| HSL | 216.15º | 0.98% | 0.31% | - |
| HSV(B) | 216.15º | 0.99% | 0.62% | - |
| XYZ | 8.03 | 6.15 | 33.11 | - |
| YUV | 56.18 | 185.46 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 158 | 0.99 | 0.59 | 0 | 0.38 | 216.15 | 0.98 | 0.31 |
| Hex | 2 | 40 | 9E | 63 | 3B | 0 | 26 | D8 | 62 | 1F |
| Octal | 2 | 100 | 236 | 143 | 73 | 0 | 46 | 330 | 142 | 37 |
| Binary | 10 | 1000000 | 10011110 | 1100011 | 111011 | 0 | 100110 | 11011000 | 1100010 | 11111 |
Color Harmonies of #02409E
Complementary color
Monochromatic Colors of #02409E
Black with #02409E
Text Example
Text Example
White with #02409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02409E; }
p { color: rgb(2,64,158); }
H1.HeaderClassName
{
color: #02409E;
}
.AnyTagClassName
{
color: #02409E;
}
</style>
background-color css
<style>
a { background-color: #02409E; }
a { background-color: rgb(2,64,158); }
div.DivClassName
{
background-color: #02409E;
}
.BgClassName
{
background-color: #02409E;
}
</style>
border-color css
<style>
span { border-color: #02409E; }
span { border-color: rgb(2,64,158); }
td.TdClassName
{
border-color: #02409E;
}
.TagClassName
{
border-color: #02409E;
}
</style>