Shades of Cobalt #024A96
Tints of Cobalt #024A96
RGB
CMYK
RGB Variations
Color information
#024A96 (or 0x024A96) is known color: Cobalt. HEX triplet: 02, 4A and 96. RGB value is (2,74,150). Sum of RGB (Red+Green+Blue) = 2+74+150=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #024A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A96 is #FDB569. Grayscale: #3C3C3C. Windows color (decimal): -16627050 or 9849346. OLE color: 9849346.
HSL color Cylindrical-coordinate representation of color #024A96: hue angle of 210.81º 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 #024A96 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 74 | 150 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.41 |
| HSL | 210.81º | 0.97% | 0.3% | - |
| HSV(B) | 210.81º | 0.99% | 0.59% | - |
| XYZ | 7.98 | 7.11 | 29.81 | - |
| YUV | 61.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 150 | 0.99 | 0.51 | 0 | 0.41 | 210.81 | 0.97 | 0.3 |
| Hex | 2 | 4A | 96 | 63 | 33 | 0 | 29 | D3 | 61 | 1E |
| Octal | 2 | 112 | 226 | 143 | 63 | 0 | 51 | 323 | 141 | 36 |
| Binary | 10 | 1001010 | 10010110 | 1100011 | 110011 | 0 | 101001 | 11010011 | 1100001 | 11110 |
Color Harmonies of #024A96
Complementary color
Monochromatic Colors of #024A96
Black with #024A96
Text Example
Text Example
White with #024A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A96; }
p { color: rgb(2,74,150); }
H1.HeaderClassName
{
color: #024A96;
}
.AnyTagClassName
{
color: #024A96;
}
</style>
background-color css
<style>
a { background-color: #024A96; }
a { background-color: rgb(2,74,150); }
div.DivClassName
{
background-color: #024A96;
}
.BgClassName
{
background-color: #024A96;
}
</style>
border-color css
<style>
span { border-color: #024A96; }
span { border-color: rgb(2,74,150); }
td.TdClassName
{
border-color: #024A96;
}
.TagClassName
{
border-color: #024A96;
}
</style>