Shades of Cobalt #024B99
Tints of Cobalt #024B99
RGB
CMYK
RGB Variations
Color information
#024B99 (or 0x024B99) is known color: Cobalt. HEX triplet: 02, 4B and 99. RGB value is (2,75,153). Sum of RGB (Red+Green+Blue) = 2+75+153=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #024B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B99 is #FDB466. Grayscale: #3D3D3D. Windows color (decimal): -16626791 or 10046210. OLE color: 10046210.
HSL color Cylindrical-coordinate representation of color #024B99: hue angle of 210.99º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B99 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 75 | 153 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.4 |
| HSL | 210.99º | 0.97% | 0.3% | - |
| HSV(B) | 210.99º | 0.99% | 0.6% | - |
| XYZ | 8.29 | 7.34 | 31.12 | - |
| YUV | 62.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 153 | 0.99 | 0.51 | 0 | 0.4 | 210.99 | 0.97 | 0.3 |
| Hex | 2 | 4B | 99 | 63 | 33 | 0 | 28 | D3 | 61 | 1E |
| Octal | 2 | 113 | 231 | 143 | 63 | 0 | 50 | 323 | 141 | 36 |
| Binary | 10 | 1001011 | 10011001 | 1100011 | 110011 | 0 | 101000 | 11010011 | 1100001 | 11110 |
Color Harmonies of #024B99
Complementary color
Monochromatic Colors of #024B99
Black with #024B99
Text Example
Text Example
White with #024B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B99; }
p { color: rgb(2,75,153); }
H1.HeaderClassName
{
color: #024B99;
}
.AnyTagClassName
{
color: #024B99;
}
</style>
background-color css
<style>
a { background-color: #024B99; }
a { background-color: rgb(2,75,153); }
div.DivClassName
{
background-color: #024B99;
}
.BgClassName
{
background-color: #024B99;
}
</style>
border-color css
<style>
span { border-color: #024B99; }
span { border-color: rgb(2,75,153); }
td.TdClassName
{
border-color: #024B99;
}
.TagClassName
{
border-color: #024B99;
}
</style>