Shades of Cobalt #024EAB
Tints of Cobalt #024EAB
RGB
CMYK
RGB Variations
Color information
#024EAB (or 0x024EAB) is known color: Cobalt. HEX triplet: 02, 4E and AB. RGB value is (2,78,171). Sum of RGB (Red+Green+Blue) = 2+78+171=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #024EAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024EAB is #FDB154. Grayscale: #414141. Windows color (decimal): -16626005 or 11226626. OLE color: 11226626.
HSL color Cylindrical-coordinate representation of color #024EAB: hue angle of 213.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EAB is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 78 | 171 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.33 |
| HSL | 213.02º | 0.98% | 0.34% | - |
| HSV(B) | 213.02º | 0.99% | 0.67% | - |
| XYZ | 10.1 | 8.4 | 39.62 | - |
| YUV | 65.88 | 187.32 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 171 | 0.99 | 0.54 | 0 | 0.33 | 213.02 | 0.98 | 0.34 |
| Hex | 2 | 4E | AB | 63 | 36 | 0 | 21 | D5 | 62 | 22 |
| Octal | 2 | 116 | 253 | 143 | 66 | 0 | 41 | 325 | 142 | 42 |
| Binary | 10 | 1001110 | 10101011 | 1100011 | 110110 | 0 | 100001 | 11010101 | 1100010 | 100010 |
Color Harmonies of #024EAB
Complementary color
Monochromatic Colors of #024EAB
Black with #024EAB
Text Example
Text Example
White with #024EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EAB; }
p { color: rgb(2,78,171); }
H1.HeaderClassName
{
color: #024EAB;
}
.AnyTagClassName
{
color: #024EAB;
}
</style>
background-color css
<style>
a { background-color: #024EAB; }
a { background-color: rgb(2,78,171); }
div.DivClassName
{
background-color: #024EAB;
}
.BgClassName
{
background-color: #024EAB;
}
</style>
border-color css
<style>
span { border-color: #024EAB; }
span { border-color: rgb(2,78,171); }
td.TdClassName
{
border-color: #024EAB;
}
.TagClassName
{
border-color: #024EAB;
}
</style>