Shades of Cobalt #024B9F
Tints of Cobalt #024B9F
RGB
CMYK
RGB Variations
Color information
#024B9F (or 0x024B9F) is known color: Cobalt. HEX triplet: 02, 4B and 9F. RGB value is (2,75,159). Sum of RGB (Red+Green+Blue) = 2+75+159=236 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #024B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B9F is #FDB460. Grayscale: #3E3E3E. Windows color (decimal): -16626785 or 10439426. OLE color: 10439426.
HSL color Cylindrical-coordinate representation of color #024B9F: hue angle of 212.1º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B9F is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 75 | 159 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.38 |
| HSL | 212.1º | 0.98% | 0.32% | - |
| HSV(B) | 212.1º | 0.99% | 0.62% | - |
| XYZ | 8.8 | 7.55 | 33.79 | - |
| YUV | 62.75 | 182.32 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 159 | 0.99 | 0.53 | 0 | 0.38 | 212.1 | 0.98 | 0.32 |
| Hex | 2 | 4B | 9F | 63 | 35 | 0 | 26 | D4 | 62 | 20 |
| Octal | 2 | 113 | 237 | 143 | 65 | 0 | 46 | 324 | 142 | 40 |
| Binary | 10 | 1001011 | 10011111 | 1100011 | 110101 | 0 | 100110 | 11010100 | 1100010 | 100000 |
Color Harmonies of #024B9F
Complementary color
Monochromatic Colors of #024B9F
Black with #024B9F
Text Example
Text Example
White with #024B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B9F; }
p { color: rgb(2,75,159); }
H1.HeaderClassName
{
color: #024B9F;
}
.AnyTagClassName
{
color: #024B9F;
}
</style>
background-color css
<style>
a { background-color: #024B9F; }
a { background-color: rgb(2,75,159); }
div.DivClassName
{
background-color: #024B9F;
}
.BgClassName
{
background-color: #024B9F;
}
</style>
border-color css
<style>
span { border-color: #024B9F; }
span { border-color: rgb(2,75,159); }
td.TdClassName
{
border-color: #024B9F;
}
.TagClassName
{
border-color: #024B9F;
}
</style>