Shades of Cobalt #02449F
Tints of Cobalt #02449F
RGB
CMYK
RGB Variations
Color information
#02449F (or 0x02449F) is known color: Cobalt. HEX triplet: 02, 44 and 9F. RGB value is (2,68,159). Sum of RGB (Red+Green+Blue) = 2+68+159=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #02449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02449F is #FDBB60. Grayscale: #3A3A3A. Windows color (decimal): -16628577 or 10437634. OLE color: 10437634.
HSL color Cylindrical-coordinate representation of color #02449F: hue angle of 214.78º 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 #02449F is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 68 | 159 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.38 |
| HSL | 214.78º | 0.98% | 0.32% | - |
| HSV(B) | 214.78º | 0.99% | 0.62% | - |
| XYZ | 8.35 | 6.65 | 33.64 | - |
| YUV | 58.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 159 | 0.99 | 0.57 | 0 | 0.38 | 214.78 | 0.98 | 0.32 |
| Hex | 2 | 44 | 9F | 63 | 39 | 0 | 26 | D7 | 62 | 20 |
| Octal | 2 | 104 | 237 | 143 | 71 | 0 | 46 | 327 | 142 | 40 |
| Binary | 10 | 1000100 | 10011111 | 1100011 | 111001 | 0 | 100110 | 11010111 | 1100010 | 100000 |
Color Harmonies of #02449F
Complementary color
Monochromatic Colors of #02449F
Black with #02449F
Text Example
Text Example
White with #02449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02449F; }
p { color: rgb(2,68,159); }
H1.HeaderClassName
{
color: #02449F;
}
.AnyTagClassName
{
color: #02449F;
}
</style>
background-color css
<style>
a { background-color: #02449F; }
a { background-color: rgb(2,68,159); }
div.DivClassName
{
background-color: #02449F;
}
.BgClassName
{
background-color: #02449F;
}
</style>
border-color css
<style>
span { border-color: #02449F; }
span { border-color: rgb(2,68,159); }
td.TdClassName
{
border-color: #02449F;
}
.TagClassName
{
border-color: #02449F;
}
</style>