Shades of Cobalt #024C99
Tints of Cobalt #024C99
RGB
CMYK
RGB Variations
Color information
#024C99 (or 0x024C99) is known color: Cobalt. HEX triplet: 02, 4C and 99. RGB value is (2,76,153). Sum of RGB (Red+Green+Blue) = 2+76+153=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #024C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C99 is #FDB366. Grayscale: #3E3E3E. Windows color (decimal): -16626535 or 10046466. OLE color: 10046466.
HSL color Cylindrical-coordinate representation of color #024C99: hue angle of 210.6º 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 #024C99 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 76 | 153 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.4 |
| HSL | 210.6º | 0.97% | 0.3% | - |
| HSV(B) | 210.6º | 0.99% | 0.6% | - |
| XYZ | 8.36 | 7.48 | 31.14 | - |
| YUV | 62.65 | 178.98 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 153 | 0.99 | 0.50 | 0 | 0.4 | 210.6 | 0.97 | 0.3 |
| Hex | 2 | 4C | 99 | 63 | 32 | 0 | 28 | D3 | 61 | 1E |
| Octal | 2 | 114 | 231 | 143 | 62 | 0 | 50 | 323 | 141 | 36 |
| Binary | 10 | 1001100 | 10011001 | 1100011 | 110010 | 0 | 101000 | 11010011 | 1100001 | 11110 |
Color Harmonies of #024C99
Complementary color
Monochromatic Colors of #024C99
Black with #024C99
Text Example
Text Example
White with #024C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C99; }
p { color: rgb(2,76,153); }
H1.HeaderClassName
{
color: #024C99;
}
.AnyTagClassName
{
color: #024C99;
}
</style>
background-color css
<style>
a { background-color: #024C99; }
a { background-color: rgb(2,76,153); }
div.DivClassName
{
background-color: #024C99;
}
.BgClassName
{
background-color: #024C99;
}
</style>
border-color css
<style>
span { border-color: #024C99; }
span { border-color: rgb(2,76,153); }
td.TdClassName
{
border-color: #024C99;
}
.TagClassName
{
border-color: #024C99;
}
</style>