Shades of Cobalt #024D9A
Tints of Cobalt #024D9A
RGB
CMYK
RGB Variations
Color information
#024D9A (or 0x024D9A) is known color: Cobalt. HEX triplet: 02, 4D and 9A. RGB value is (2,77,154). Sum of RGB (Red+Green+Blue) = 2+77+154=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 154 (60.55% from 255 or 66.09% from 233); Max value from RGB is 154 - color contains mainly: blue. Hex color #024D9A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D9A is #FDB265. Grayscale: #3E3E3E. Windows color (decimal): -16626278 or 10112258. OLE color: 10112258.
HSL color Cylindrical-coordinate representation of color #024D9A: hue angle of 210.39º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024D9A is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 77 | 154 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.40 |
| HSL | 210.39º | 0.97% | 0.31% | - |
| HSV(B) | 210.39º | 0.99% | 0.6% | - |
| XYZ | 8.51 | 7.65 | 31.6 | - |
| YUV | 63.35 | 179.15 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 154 | 0.99 | 0.50 | 0 | 0.40 | 210.39 | 0.97 | 0.31 |
| Hex | 2 | 4D | 9A | 63 | 32 | 0 | 28 | D2 | 61 | 1F |
| Octal | 2 | 115 | 232 | 143 | 62 | 0 | 50 | 322 | 141 | 37 |
| Binary | 10 | 1001101 | 10011010 | 1100011 | 110010 | 0 | 101000 | 11010010 | 1100001 | 11111 |
Color Harmonies of #024D9A
Complementary color
Monochromatic Colors of #024D9A
Black with #024D9A
Text Example
Text Example
White with #024D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D9A; }
p { color: rgb(2,77,154); }
H1.HeaderClassName
{
color: #024D9A;
}
.AnyTagClassName
{
color: #024D9A;
}
</style>
background-color css
<style>
a { background-color: #024D9A; }
a { background-color: rgb(2,77,154); }
div.DivClassName
{
background-color: #024D9A;
}
.BgClassName
{
background-color: #024D9A;
}
</style>
border-color css
<style>
span { border-color: #024D9A; }
span { border-color: rgb(2,77,154); }
td.TdClassName
{
border-color: #024D9A;
}
.TagClassName
{
border-color: #024D9A;
}
</style>