Shades of Cobalt #024B9B
Tints of Cobalt #024B9B
RGB
CMYK
RGB Variations
Color information
#024B9B (or 0x024B9B) is known color: Cobalt. HEX triplet: 02, 4B and 9B. RGB value is (2,75,155). Sum of RGB (Red+Green+Blue) = 2+75+155=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #024B9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024B9B is #FDB464. Grayscale: #3D3D3D. Windows color (decimal): -16626789 or 10177282. OLE color: 10177282.
HSL color Cylindrical-coordinate representation of color #024B9B: hue angle of 211.37º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024B9B is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 75 | 155 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.39 |
| HSL | 211.37º | 0.97% | 0.31% | - |
| HSV(B) | 211.37º | 0.99% | 0.61% | - |
| XYZ | 8.46 | 7.41 | 32 | - |
| YUV | 62.29 | 180.32 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 155 | 0.99 | 0.52 | 0 | 0.39 | 211.37 | 0.97 | 0.31 |
| Hex | 2 | 4B | 9B | 63 | 34 | 0 | 27 | D3 | 61 | 1F |
| Octal | 2 | 113 | 233 | 143 | 64 | 0 | 47 | 323 | 141 | 37 |
| Binary | 10 | 1001011 | 10011011 | 1100011 | 110100 | 0 | 100111 | 11010011 | 1100001 | 11111 |
Color Harmonies of #024B9B
Complementary color
Monochromatic Colors of #024B9B
Black with #024B9B
Text Example
Text Example
White with #024B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B9B; }
p { color: rgb(2,75,155); }
H1.HeaderClassName
{
color: #024B9B;
}
.AnyTagClassName
{
color: #024B9B;
}
</style>
background-color css
<style>
a { background-color: #024B9B; }
a { background-color: rgb(2,75,155); }
div.DivClassName
{
background-color: #024B9B;
}
.BgClassName
{
background-color: #024B9B;
}
</style>
border-color css
<style>
span { border-color: #024B9B; }
span { border-color: rgb(2,75,155); }
td.TdClassName
{
border-color: #024B9B;
}
.TagClassName
{
border-color: #024B9B;
}
</style>