Shades of Cobalt #024CAB
Tints of Cobalt #024CAB
RGB
CMYK
RGB Variations
Color information
#024CAB (or 0x024CAB) is known color: Cobalt. HEX triplet: 02, 4C and AB. RGB value is (2,76,171). Sum of RGB (Red+Green+Blue) = 2+76+171=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 76 (30.08% from 255 or 30.52% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #024CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CAB is #FDB354. Grayscale: #404040. Windows color (decimal): -16626517 or 11226114. OLE color: 11226114.
HSL color Cylindrical-coordinate representation of color #024CAB: hue angle of 213.73º 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 #024CAB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 76 | 171 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 213.73º | 0.98% | 0.34% | - |
| HSV(B) | 213.73º | 0.99% | 0.67% | - |
| XYZ | 9.96 | 8.12 | 39.57 | - |
| YUV | 64.7 | 187.98 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 171 | 0.99 | 0.56 | 0 | 0.33 | 213.73 | 0.98 | 0.34 |
| Hex | 2 | 4C | AB | 63 | 38 | 0 | 21 | D6 | 62 | 22 |
| Octal | 2 | 114 | 253 | 143 | 70 | 0 | 41 | 326 | 142 | 42 |
| Binary | 10 | 1001100 | 10101011 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024CAB
Complementary color
Monochromatic Colors of #024CAB
Black with #024CAB
Text Example
Text Example
White with #024CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CAB; }
p { color: rgb(2,76,171); }
H1.HeaderClassName
{
color: #024CAB;
}
.AnyTagClassName
{
color: #024CAB;
}
</style>
background-color css
<style>
a { background-color: #024CAB; }
a { background-color: rgb(2,76,171); }
div.DivClassName
{
background-color: #024CAB;
}
.BgClassName
{
background-color: #024CAB;
}
</style>
border-color css
<style>
span { border-color: #024CAB; }
span { border-color: rgb(2,76,171); }
td.TdClassName
{
border-color: #024CAB;
}
.TagClassName
{
border-color: #024CAB;
}
</style>