Shades of Cobalt #024CAC
Tints of Cobalt #024CAC
RGB
CMYK
RGB Variations
Color information
#024CAC (or 0x024CAC) is known color: Cobalt. HEX triplet: 02, 4C and AC. RGB value is (2,76,172). Sum of RGB (Red+Green+Blue) = 2+76+172=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #024CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CAC is #FDB353. Grayscale: #404040. Windows color (decimal): -16626516 or 11291650. OLE color: 11291650.
HSL color Cylindrical-coordinate representation of color #024CAC: hue angle of 213.88º 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 #024CAC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 76 | 172 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 213.88º | 0.98% | 0.34% | - |
| HSV(B) | 213.88º | 0.99% | 0.67% | - |
| XYZ | 10.06 | 8.16 | 40.07 | - |
| YUV | 64.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 172 | 0.99 | 0.56 | 0 | 0.33 | 213.88 | 0.98 | 0.34 |
| Hex | 2 | 4C | AC | 63 | 38 | 0 | 21 | D6 | 62 | 22 |
| Octal | 2 | 114 | 254 | 143 | 70 | 0 | 41 | 326 | 142 | 42 |
| Binary | 10 | 1001100 | 10101100 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024CAC
Complementary color
Monochromatic Colors of #024CAC
Black with #024CAC
Text Example
Text Example
White with #024CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CAC; }
p { color: rgb(2,76,172); }
H1.HeaderClassName
{
color: #024CAC;
}
.AnyTagClassName
{
color: #024CAC;
}
</style>
background-color css
<style>
a { background-color: #024CAC; }
a { background-color: rgb(2,76,172); }
div.DivClassName
{
background-color: #024CAC;
}
.BgClassName
{
background-color: #024CAC;
}
</style>
border-color css
<style>
span { border-color: #024CAC; }
span { border-color: rgb(2,76,172); }
td.TdClassName
{
border-color: #024CAC;
}
.TagClassName
{
border-color: #024CAC;
}
</style>