Shades of Cobalt #02479A
Tints of Cobalt #02479A
RGB
CMYK
RGB Variations
Color information
#02479A (or 0x02479A) is known color: Cobalt. HEX triplet: 02, 47 and 9A. RGB value is (2,71,154). Sum of RGB (Red+Green+Blue) = 2+71+154=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #02479A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02479A is #FDB865. Grayscale: #3B3B3B. Windows color (decimal): -16627814 or 10110722. OLE color: 10110722.
HSL color Cylindrical-coordinate representation of color #02479A: hue angle of 212.76º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02479A is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 71 | 154 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.40 |
| HSL | 212.76º | 0.97% | 0.31% | - |
| HSV(B) | 212.76º | 0.99% | 0.6% | - |
| XYZ | 8.11 | 6.85 | 31.47 | - |
| YUV | 59.83 | 181.14 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 154 | 0.99 | 0.54 | 0 | 0.40 | 212.76 | 0.97 | 0.31 |
| Hex | 2 | 47 | 9A | 63 | 36 | 0 | 28 | D5 | 61 | 1F |
| Octal | 2 | 107 | 232 | 143 | 66 | 0 | 50 | 325 | 141 | 37 |
| Binary | 10 | 1000111 | 10011010 | 1100011 | 110110 | 0 | 101000 | 11010101 | 1100001 | 11111 |
Color Harmonies of #02479A
Complementary color
Monochromatic Colors of #02479A
Black with #02479A
Text Example
Text Example
White with #02479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02479A; }
p { color: rgb(2,71,154); }
H1.HeaderClassName
{
color: #02479A;
}
.AnyTagClassName
{
color: #02479A;
}
</style>
background-color css
<style>
a { background-color: #02479A; }
a { background-color: rgb(2,71,154); }
div.DivClassName
{
background-color: #02479A;
}
.BgClassName
{
background-color: #02479A;
}
</style>
border-color css
<style>
span { border-color: #02479A; }
span { border-color: rgb(2,71,154); }
td.TdClassName
{
border-color: #02479A;
}
.TagClassName
{
border-color: #02479A;
}
</style>