Shades of Cobalt #024DA3
Tints of Cobalt #024DA3
RGB
CMYK
RGB Variations
Color information
#024DA3 (or 0x024DA3) is known color: Cobalt. HEX triplet: 02, 4D and A3. RGB value is (2,77,163). Sum of RGB (Red+Green+Blue) = 2+77+163=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #024DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DA3 is #FDB25C. Grayscale: #3F3F3F. Windows color (decimal): -16626269 or 10702082. OLE color: 10702082.
HSL color Cylindrical-coordinate representation of color #024DA3: hue angle of 212.05º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DA3 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 77 | 163 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.36 |
| HSL | 212.05º | 0.98% | 0.32% | - |
| HSV(B) | 212.05º | 0.99% | 0.64% | - |
| XYZ | 9.29 | 7.97 | 35.7 | - |
| YUV | 64.38 | 183.65 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 163 | 0.99 | 0.53 | 0 | 0.36 | 212.05 | 0.98 | 0.32 |
| Hex | 2 | 4D | A3 | 63 | 35 | 0 | 24 | D4 | 62 | 20 |
| Octal | 2 | 115 | 243 | 143 | 65 | 0 | 44 | 324 | 142 | 40 |
| Binary | 10 | 1001101 | 10100011 | 1100011 | 110101 | 0 | 100100 | 11010100 | 1100010 | 100000 |
Color Harmonies of #024DA3
Complementary color
Monochromatic Colors of #024DA3
Black with #024DA3
Text Example
Text Example
White with #024DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DA3; }
p { color: rgb(2,77,163); }
H1.HeaderClassName
{
color: #024DA3;
}
.AnyTagClassName
{
color: #024DA3;
}
</style>
background-color css
<style>
a { background-color: #024DA3; }
a { background-color: rgb(2,77,163); }
div.DivClassName
{
background-color: #024DA3;
}
.BgClassName
{
background-color: #024DA3;
}
</style>
border-color css
<style>
span { border-color: #024DA3; }
span { border-color: rgb(2,77,163); }
td.TdClassName
{
border-color: #024DA3;
}
.TagClassName
{
border-color: #024DA3;
}
</style>