Shades of Cobalt #024EAE
Tints of Cobalt #024EAE
RGB
CMYK
RGB Variations
Color information
#024EAE (or 0x024EAE) is known color: Cobalt. HEX triplet: 02, 4E and AE. RGB value is (2,78,174). Sum of RGB (Red+Green+Blue) = 2+78+174=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #024EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024EAE is #FDB151. Grayscale: #414141. Windows color (decimal): -16626002 or 11423234. OLE color: 11423234.
HSL color Cylindrical-coordinate representation of color #024EAE: hue angle of 213.49º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EAE is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 78 | 174 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.32 |
| HSL | 213.49º | 0.98% | 0.35% | - |
| HSV(B) | 213.49º | 0.99% | 0.68% | - |
| XYZ | 10.39 | 8.52 | 41.14 | - |
| YUV | 66.22 | 188.82 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 174 | 0.99 | 0.55 | 0 | 0.32 | 213.49 | 0.98 | 0.35 |
| Hex | 2 | 4E | AE | 63 | 37 | 0 | 20 | D5 | 62 | 23 |
| Octal | 2 | 116 | 256 | 143 | 67 | 0 | 40 | 325 | 142 | 43 |
| Binary | 10 | 1001110 | 10101110 | 1100011 | 110111 | 0 | 100000 | 11010101 | 1100010 | 100011 |
Color Harmonies of #024EAE
Complementary color
Monochromatic Colors of #024EAE
Black with #024EAE
Text Example
Text Example
White with #024EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EAE; }
p { color: rgb(2,78,174); }
H1.HeaderClassName
{
color: #024EAE;
}
.AnyTagClassName
{
color: #024EAE;
}
</style>
background-color css
<style>
a { background-color: #024EAE; }
a { background-color: rgb(2,78,174); }
div.DivClassName
{
background-color: #024EAE;
}
.BgClassName
{
background-color: #024EAE;
}
</style>
border-color css
<style>
span { border-color: #024EAE; }
span { border-color: rgb(2,78,174); }
td.TdClassName
{
border-color: #024EAE;
}
.TagClassName
{
border-color: #024EAE;
}
</style>