Shades of Cobalt #024CB5
Tints of Cobalt #024CB5
RGB
CMYK
RGB Variations
Color information
#024CB5 (or 0x024CB5) is known color: Cobalt. HEX triplet: 02, 4C and B5. RGB value is (2,76,181). Sum of RGB (Red+Green+Blue) = 2+76+181=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 181 (71.09% from 255 or 69.88% from 259); Max value from RGB is 181 - color contains mainly: blue. Hex color #024CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CB5 is #FDB34A. Grayscale: #414141. Windows color (decimal): -16626507 or 11881474. OLE color: 11881474.
HSL color Cylindrical-coordinate representation of color #024CB5: hue angle of 215.2º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CB5 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 2 | 76 | 181 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.29 |
| HSL | 215.2º | 0.98% | 0.36% | - |
| HSV(B) | 215.2º | 0.99% | 0.71% | - |
| XYZ | 10.95 | 8.52 | 44.78 | - |
| YUV | 65.84 | 192.98 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 181 | 0.99 | 0.58 | 0 | 0.29 | 215.2 | 0.98 | 0.36 |
| Hex | 2 | 4C | B5 | 63 | 3A | 0 | 1D | D7 | 62 | 24 |
| Octal | 2 | 114 | 265 | 143 | 72 | 0 | 35 | 327 | 142 | 44 |
| Binary | 10 | 1001100 | 10110101 | 1100011 | 111010 | 0 | 11101 | 11010111 | 1100010 | 100100 |
Color Harmonies of #024CB5
Complementary color
Monochromatic Colors of #024CB5
Black with #024CB5
Text Example
Text Example
White with #024CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CB5; }
p { color: rgb(2,76,181); }
H1.HeaderClassName
{
color: #024CB5;
}
.AnyTagClassName
{
color: #024CB5;
}
</style>
background-color css
<style>
a { background-color: #024CB5; }
a { background-color: rgb(2,76,181); }
div.DivClassName
{
background-color: #024CB5;
}
.BgClassName
{
background-color: #024CB5;
}
</style>
border-color css
<style>
span { border-color: #024CB5; }
span { border-color: rgb(2,76,181); }
td.TdClassName
{
border-color: #024CB5;
}
.TagClassName
{
border-color: #024CB5;
}
</style>