Shades of Cobalt #024A99
Tints of Cobalt #024A99
RGB
CMYK
RGB Variations
Color information
#024A99 (or 0x024A99) is known color: Cobalt. HEX triplet: 02, 4A and 99. RGB value is (2,74,153). Sum of RGB (Red+Green+Blue) = 2+74+153=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #024A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A99 is #FDB566. Grayscale: #3D3D3D. Windows color (decimal): -16627047 or 10045954. OLE color: 10045954.
HSL color Cylindrical-coordinate representation of color #024A99: hue angle of 211.39º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024A99 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 74 | 153 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.4 |
| HSL | 211.39º | 0.97% | 0.3% | - |
| HSV(B) | 211.39º | 0.99% | 0.6% | - |
| XYZ | 8.22 | 7.21 | 31.1 | - |
| YUV | 61.48 | 179.65 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 153 | 0.99 | 0.52 | 0 | 0.4 | 211.39 | 0.97 | 0.3 |
| Hex | 2 | 4A | 99 | 63 | 34 | 0 | 28 | D3 | 61 | 1E |
| Octal | 2 | 112 | 231 | 143 | 64 | 0 | 50 | 323 | 141 | 36 |
| Binary | 10 | 1001010 | 10011001 | 1100011 | 110100 | 0 | 101000 | 11010011 | 1100001 | 11110 |
Color Harmonies of #024A99
Complementary color
Monochromatic Colors of #024A99
Black with #024A99
Text Example
Text Example
White with #024A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A99; }
p { color: rgb(2,74,153); }
H1.HeaderClassName
{
color: #024A99;
}
.AnyTagClassName
{
color: #024A99;
}
</style>
background-color css
<style>
a { background-color: #024A99; }
a { background-color: rgb(2,74,153); }
div.DivClassName
{
background-color: #024A99;
}
.BgClassName
{
background-color: #024A99;
}
</style>
border-color css
<style>
span { border-color: #024A99; }
span { border-color: rgb(2,74,153); }
td.TdClassName
{
border-color: #024A99;
}
.TagClassName
{
border-color: #024A99;
}
</style>