Shades of Cobalt #024CAA
Tints of Cobalt #024CAA
RGB
CMYK
RGB Variations
Color information
#024CAA (or 0x024CAA) is known color: Cobalt. HEX triplet: 02, 4C and AA. RGB value is (2,76,170). Sum of RGB (Red+Green+Blue) = 2+76+170=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #024CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CAA is #FDB355. Grayscale: #404040. Windows color (decimal): -16626518 or 11160578. OLE color: 11160578.
HSL color Cylindrical-coordinate representation of color #024CAA: hue angle of 213.57º 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 #024CAA is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 76 | 170 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.33 |
| HSL | 213.57º | 0.98% | 0.34% | - |
| HSV(B) | 213.57º | 0.99% | 0.67% | - |
| XYZ | 9.87 | 8.08 | 39.07 | - |
| YUV | 64.59 | 187.48 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 170 | 0.99 | 0.55 | 0 | 0.33 | 213.57 | 0.98 | 0.34 |
| Hex | 2 | 4C | AA | 63 | 37 | 0 | 21 | D6 | 62 | 22 |
| Octal | 2 | 114 | 252 | 143 | 67 | 0 | 41 | 326 | 142 | 42 |
| Binary | 10 | 1001100 | 10101010 | 1100011 | 110111 | 0 | 100001 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024CAA
Complementary color
Monochromatic Colors of #024CAA
Black with #024CAA
Text Example
Text Example
White with #024CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CAA; }
p { color: rgb(2,76,170); }
H1.HeaderClassName
{
color: #024CAA;
}
.AnyTagClassName
{
color: #024CAA;
}
</style>
background-color css
<style>
a { background-color: #024CAA; }
a { background-color: rgb(2,76,170); }
div.DivClassName
{
background-color: #024CAA;
}
.BgClassName
{
background-color: #024CAA;
}
</style>
border-color css
<style>
span { border-color: #024CAA; }
span { border-color: rgb(2,76,170); }
td.TdClassName
{
border-color: #024CAA;
}
.TagClassName
{
border-color: #024CAA;
}
</style>