Shades of Cobalt #024BAC
Tints of Cobalt #024BAC
RGB
CMYK
RGB Variations
Color information
#024BAC (or 0x024BAC) is known color: Cobalt. HEX triplet: 02, 4B and AC. RGB value is (2,75,172). Sum of RGB (Red+Green+Blue) = 2+75+172=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #024BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024BAC is #FDB453. Grayscale: #3F3F3F. Windows color (decimal): -16626772 or 11291394. OLE color: 11291394.
HSL color Cylindrical-coordinate representation of color #024BAC: hue angle of 214.24º 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 #024BAC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 75 | 172 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.33 |
| HSL | 214.24º | 0.98% | 0.34% | - |
| HSV(B) | 214.24º | 0.99% | 0.67% | - |
| XYZ | 9.99 | 8.02 | 40.05 | - |
| YUV | 64.23 | 188.82 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 172 | 0.99 | 0.56 | 0 | 0.33 | 214.24 | 0.98 | 0.34 |
| Hex | 2 | 4B | AC | 63 | 38 | 0 | 21 | D6 | 62 | 22 |
| Octal | 2 | 113 | 254 | 143 | 70 | 0 | 41 | 326 | 142 | 42 |
| Binary | 10 | 1001011 | 10101100 | 1100011 | 111000 | 0 | 100001 | 11010110 | 1100010 | 100010 |
Color Harmonies of #024BAC
Complementary color
Monochromatic Colors of #024BAC
Black with #024BAC
Text Example
Text Example
White with #024BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BAC; }
p { color: rgb(2,75,172); }
H1.HeaderClassName
{
color: #024BAC;
}
.AnyTagClassName
{
color: #024BAC;
}
</style>
background-color css
<style>
a { background-color: #024BAC; }
a { background-color: rgb(2,75,172); }
div.DivClassName
{
background-color: #024BAC;
}
.BgClassName
{
background-color: #024BAC;
}
</style>
border-color css
<style>
span { border-color: #024BAC; }
span { border-color: rgb(2,75,172); }
td.TdClassName
{
border-color: #024BAC;
}
.TagClassName
{
border-color: #024BAC;
}
</style>