Shades of Cobalt #024796
Tints of Cobalt #024796
RGB
CMYK
RGB Variations
Color information
#024796 (or 0x024796) is known color: Cobalt. HEX triplet: 02, 47 and 96. RGB value is (2,71,150). Sum of RGB (Red+Green+Blue) = 2+71+150=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #024796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024796 is #FDB869. Grayscale: #3A3A3A. Windows color (decimal): -16627818 or 9848578. OLE color: 9848578.
HSL color Cylindrical-coordinate representation of color #024796: hue angle of 212.03º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024796 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 71 | 150 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.41 |
| HSL | 212.03º | 0.97% | 0.3% | - |
| HSV(B) | 212.03º | 0.99% | 0.59% | - |
| XYZ | 7.78 | 6.72 | 29.74 | - |
| YUV | 59.38 | 179.14 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 71 | 150 | 0.99 | 0.53 | 0 | 0.41 | 212.03 | 0.97 | 0.3 |
| Hex | 2 | 47 | 96 | 63 | 35 | 0 | 29 | D4 | 61 | 1E |
| Octal | 2 | 107 | 226 | 143 | 65 | 0 | 51 | 324 | 141 | 36 |
| Binary | 10 | 1000111 | 10010110 | 1100011 | 110101 | 0 | 101001 | 11010100 | 1100001 | 11110 |
Color Harmonies of #024796
Complementary color
Monochromatic Colors of #024796
Black with #024796
Text Example
Text Example
White with #024796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024796; }
p { color: rgb(2,71,150); }
H1.HeaderClassName
{
color: #024796;
}
.AnyTagClassName
{
color: #024796;
}
</style>
background-color css
<style>
a { background-color: #024796; }
a { background-color: rgb(2,71,150); }
div.DivClassName
{
background-color: #024796;
}
.BgClassName
{
background-color: #024796;
}
</style>
border-color css
<style>
span { border-color: #024796; }
span { border-color: rgb(2,71,150); }
td.TdClassName
{
border-color: #024796;
}
.TagClassName
{
border-color: #024796;
}
</style>