Shades of Cobalt #024BAB
Tints of Cobalt #024BAB
RGB
CMYK
RGB Variations
Color information
#024BAB (or 0x024BAB) is known color: Cobalt. HEX triplet: 02, 4B and AB. RGB value is (2,75,171). Sum of RGB (Red+Green+Blue) = 2+75+171=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #024BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BAB is #FDB454. Grayscale: #3F3F3F. Windows color (decimal): -16626773 or 11225858. OLE color: 11225858.
HSL color Cylindrical-coordinate representation of color #024BAB: hue angle of 214.08º 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 #024BAB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 75 | 171 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 214.08º | 0.98% | 0.34% | - |
| HSV(B) | 214.08º | 0.99% | 0.67% | - |
| XYZ | 9.89 | 7.99 | 39.55 | - |
| YUV | 64.12 | 188.32 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 171 | 0.99 | 0.56 | 0 | 0.33 | 214.08 | 0.98 | 0.34 |
| Hex | 2 | 4B | AB | 63 | 38 | 0 | 21 | D6 | 62 | 22 |
| Octal | 2 | 113 | 253 | 143 | 70 | 0 | 41 | 326 | 142 | 42 |
| Binary | 10 | 1001011 | 10101011 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024BAB
Complementary color
Monochromatic Colors of #024BAB
Black with #024BAB
Text Example
Text Example
White with #024BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BAB; }
p { color: rgb(2,75,171); }
H1.HeaderClassName
{
color: #024BAB;
}
.AnyTagClassName
{
color: #024BAB;
}
</style>
background-color css
<style>
a { background-color: #024BAB; }
a { background-color: rgb(2,75,171); }
div.DivClassName
{
background-color: #024BAB;
}
.BgClassName
{
background-color: #024BAB;
}
</style>
border-color css
<style>
span { border-color: #024BAB; }
span { border-color: rgb(2,75,171); }
td.TdClassName
{
border-color: #024BAB;
}
.TagClassName
{
border-color: #024BAB;
}
</style>