Shades of Cobalt #024FA9
Tints of Cobalt #024FA9
RGB
CMYK
RGB Variations
Color information
#024FA9 (or 0x024FA9) is known color: Cobalt. HEX triplet: 02, 4F and A9. RGB value is (2,79,169). Sum of RGB (Red+Green+Blue) = 2+79+169=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #024FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024FA9 is #FDB056. Grayscale: #414141. Windows color (decimal): -16625751 or 11095810. OLE color: 11095810.
HSL color Cylindrical-coordinate representation of color #024FA9: hue angle of 212.34º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FA9 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 79 | 169 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.34 |
| HSL | 212.34º | 0.98% | 0.34% | - |
| HSV(B) | 212.34º | 0.99% | 0.66% | - |
| XYZ | 9.98 | 8.47 | 38.64 | - |
| YUV | 66.24 | 185.99 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 169 | 0.99 | 0.53 | 0 | 0.34 | 212.34 | 0.98 | 0.34 |
| Hex | 2 | 4F | A9 | 63 | 35 | 0 | 22 | D4 | 62 | 22 |
| Octal | 2 | 117 | 251 | 143 | 65 | 0 | 42 | 324 | 142 | 42 |
| Binary | 10 | 1001111 | 10101001 | 1100011 | 110101 | 0 | 100010 | 11010100 | 1100010 | 100010 |
Color Harmonies of #024FA9
Complementary color
Monochromatic Colors of #024FA9
Black with #024FA9
Text Example
Text Example
White with #024FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FA9; }
p { color: rgb(2,79,169); }
H1.HeaderClassName
{
color: #024FA9;
}
.AnyTagClassName
{
color: #024FA9;
}
</style>
background-color css
<style>
a { background-color: #024FA9; }
a { background-color: rgb(2,79,169); }
div.DivClassName
{
background-color: #024FA9;
}
.BgClassName
{
background-color: #024FA9;
}
</style>
border-color css
<style>
span { border-color: #024FA9; }
span { border-color: rgb(2,79,169); }
td.TdClassName
{
border-color: #024FA9;
}
.TagClassName
{
border-color: #024FA9;
}
</style>