Shades of Cobalt #024DAC
Tints of Cobalt #024DAC
RGB
CMYK
RGB Variations
Color information
#024DAC (or 0x024DAC) is known color: Cobalt. HEX triplet: 02, 4D and AC. RGB value is (2,77,172). Sum of RGB (Red+Green+Blue) = 2+77+172=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #024DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024DAC is #FDB253. Grayscale: #404040. Windows color (decimal): -16626260 or 11291906. OLE color: 11291906.
HSL color Cylindrical-coordinate representation of color #024DAC: hue angle of 213.53º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DAC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 77 | 172 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.33 |
| HSL | 213.53º | 0.98% | 0.34% | - |
| HSV(B) | 213.53º | 0.99% | 0.67% | - |
| XYZ | 10.13 | 8.3 | 40.1 | - |
| YUV | 65.41 | 188.15 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 172 | 0.99 | 0.55 | 0 | 0.33 | 213.53 | 0.98 | 0.34 |
| Hex | 2 | 4D | AC | 63 | 37 | 0 | 21 | D6 | 62 | 22 |
| Octal | 2 | 115 | 254 | 143 | 67 | 0 | 41 | 326 | 142 | 42 |
| Binary | 10 | 1001101 | 10101100 | 1100011 | 110111 | 0 | 100001 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024DAC
Complementary color
Monochromatic Colors of #024DAC
Black with #024DAC
Text Example
Text Example
White with #024DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DAC; }
p { color: rgb(2,77,172); }
H1.HeaderClassName
{
color: #024DAC;
}
.AnyTagClassName
{
color: #024DAC;
}
</style>
background-color css
<style>
a { background-color: #024DAC; }
a { background-color: rgb(2,77,172); }
div.DivClassName
{
background-color: #024DAC;
}
.BgClassName
{
background-color: #024DAC;
}
</style>
border-color css
<style>
span { border-color: #024DAC; }
span { border-color: rgb(2,77,172); }
td.TdClassName
{
border-color: #024DAC;
}
.TagClassName
{
border-color: #024DAC;
}
</style>