Shades of Cobalt #02479F
Tints of Cobalt #02479F
RGB
CMYK
RGB Variations
Color information
#02479F (or 0x02479F) is known color: Cobalt. HEX triplet: 02, 47 and 9F. RGB value is (2,71,159). Sum of RGB (Red+Green+Blue) = 2+71+159=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 159 (62.5% from 255 or 68.53% from 232); Max value from RGB is 159 - color contains mainly: blue. Hex color #02479F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02479F is #FDB860. Grayscale: #3B3B3B. Windows color (decimal): -16627809 or 10438402. OLE color: 10438402.
HSL color Cylindrical-coordinate representation of color #02479F: hue angle of 213.63º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02479F is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 71 | 159 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.38 |
| HSL | 213.63º | 0.98% | 0.32% | - |
| HSV(B) | 213.63º | 0.99% | 0.62% | - |
| XYZ | 8.54 | 7.02 | 33.71 | - |
| YUV | 60.4 | 183.64 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 159 | 0.99 | 0.55 | 0 | 0.38 | 213.63 | 0.98 | 0.32 |
| Hex | 2 | 47 | 9F | 63 | 37 | 0 | 26 | D6 | 62 | 20 |
| Octal | 2 | 107 | 237 | 143 | 67 | 0 | 46 | 326 | 142 | 40 |
| Binary | 10 | 1000111 | 10011111 | 1100011 | 110111 | 0 | 100110 | 11010110 | 1100010 | 100000 |
Color Harmonies of #02479F
Complementary color
Monochromatic Colors of #02479F
Black with #02479F
Text Example
Text Example
White with #02479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02479F; }
p { color: rgb(2,71,159); }
H1.HeaderClassName
{
color: #02479F;
}
.AnyTagClassName
{
color: #02479F;
}
</style>
background-color css
<style>
a { background-color: #02479F; }
a { background-color: rgb(2,71,159); }
div.DivClassName
{
background-color: #02479F;
}
.BgClassName
{
background-color: #02479F;
}
</style>
border-color css
<style>
span { border-color: #02479F; }
span { border-color: rgb(2,71,159); }
td.TdClassName
{
border-color: #02479F;
}
.TagClassName
{
border-color: #02479F;
}
</style>