Shades of Cobalt #024AAB
Tints of Cobalt #024AAB
RGB
CMYK
RGB Variations
Color information
#024AAB (or 0x024AAB) is known color: Cobalt. HEX triplet: 02, 4A and AB. RGB value is (2,74,171). Sum of RGB (Red+Green+Blue) = 2+74+171=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #024AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024AAB is #FDB554. Grayscale: #3F3F3F. Windows color (decimal): -16627029 or 11225602. OLE color: 11225602.
HSL color Cylindrical-coordinate representation of color #024AAB: hue angle of 214.44º 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 #024AAB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 74 | 171 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.33 |
| HSL | 214.44º | 0.98% | 0.34% | - |
| HSV(B) | 214.44º | 0.99% | 0.67% | - |
| XYZ | 9.82 | 7.85 | 39.53 | - |
| YUV | 63.53 | 188.65 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 171 | 0.99 | 0.57 | 0 | 0.33 | 214.44 | 0.98 | 0.34 |
| Hex | 2 | 4A | AB | 63 | 39 | 0 | 21 | D6 | 62 | 22 |
| Octal | 2 | 112 | 253 | 143 | 71 | 0 | 41 | 326 | 142 | 42 |
| Binary | 10 | 1001010 | 10101011 | 1100011 | 111001 | 0 | 100001 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024AAB
Complementary color
Monochromatic Colors of #024AAB
Black with #024AAB
Text Example
Text Example
White with #024AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AAB; }
p { color: rgb(2,74,171); }
H1.HeaderClassName
{
color: #024AAB;
}
.AnyTagClassName
{
color: #024AAB;
}
</style>
background-color css
<style>
a { background-color: #024AAB; }
a { background-color: rgb(2,74,171); }
div.DivClassName
{
background-color: #024AAB;
}
.BgClassName
{
background-color: #024AAB;
}
</style>
border-color css
<style>
span { border-color: #024AAB; }
span { border-color: rgb(2,74,171); }
td.TdClassName
{
border-color: #024AAB;
}
.TagClassName
{
border-color: #024AAB;
}
</style>