Shades of Cobalt #024B9A
Tints of Cobalt #024B9A
RGB
CMYK
RGB Variations
Color information
#024B9A (or 0x024B9A) is known color: Cobalt. HEX triplet: 02, 4B and 9A. RGB value is (2,75,154). Sum of RGB (Red+Green+Blue) = 2+75+154=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #024B9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B9A is #FDB465. Grayscale: #3D3D3D. Windows color (decimal): -16626790 or 10111746. OLE color: 10111746.
HSL color Cylindrical-coordinate representation of color #024B9A: hue angle of 211.18º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B9A is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 75 | 154 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.40 |
| HSL | 211.18º | 0.97% | 0.31% | - |
| HSV(B) | 211.18º | 0.99% | 0.6% | - |
| XYZ | 8.37 | 7.38 | 31.55 | - |
| YUV | 62.18 | 179.82 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 154 | 0.99 | 0.51 | 0 | 0.40 | 211.18 | 0.97 | 0.31 |
| Hex | 2 | 4B | 9A | 63 | 33 | 0 | 28 | D3 | 61 | 1F |
| Octal | 2 | 113 | 232 | 143 | 63 | 0 | 50 | 323 | 141 | 37 |
| Binary | 10 | 1001011 | 10011010 | 1100011 | 110011 | 0 | 101000 | 11010011 | 1100001 | 11111 |
Color Harmonies of #024B9A
Complementary color
Monochromatic Colors of #024B9A
Black with #024B9A
Text Example
Text Example
White with #024B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B9A; }
p { color: rgb(2,75,154); }
H1.HeaderClassName
{
color: #024B9A;
}
.AnyTagClassName
{
color: #024B9A;
}
</style>
background-color css
<style>
a { background-color: #024B9A; }
a { background-color: rgb(2,75,154); }
div.DivClassName
{
background-color: #024B9A;
}
.BgClassName
{
background-color: #024B9A;
}
</style>
border-color css
<style>
span { border-color: #024B9A; }
span { border-color: rgb(2,75,154); }
td.TdClassName
{
border-color: #024B9A;
}
.TagClassName
{
border-color: #024B9A;
}
</style>