Shades of Cobalt #024CB0
Tints of Cobalt #024CB0
RGB
CMYK
RGB Variations
Color information
#024CB0 (or 0x024CB0) is known color: Cobalt. HEX triplet: 02, 4C and B0. RGB value is (2,76,176). Sum of RGB (Red+Green+Blue) = 2+76+176=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 176 (69.14% from 255 or 69.29% from 254); Max value from RGB is 176 - color contains mainly: blue. Hex color #024CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024CB0 is #FDB34F. Grayscale: #404040. Windows color (decimal): -16626512 or 11553794. OLE color: 11553794.
HSL color Cylindrical-coordinate representation of color #024CB0: hue angle of 214.48º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CB0 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 76 | 176 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.31 |
| HSL | 214.48º | 0.98% | 0.35% | - |
| HSV(B) | 214.48º | 0.99% | 0.69% | - |
| XYZ | 10.45 | 8.32 | 42.13 | - |
| YUV | 65.27 | 190.48 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 176 | 0.99 | 0.57 | 0 | 0.31 | 214.48 | 0.98 | 0.35 |
| Hex | 2 | 4C | B0 | 63 | 39 | 0 | 1F | D6 | 62 | 23 |
| Octal | 2 | 114 | 260 | 143 | 71 | 0 | 37 | 326 | 142 | 43 |
| Binary | 10 | 1001100 | 10110000 | 1100011 | 111001 | 0 | 11111 | 11010110 | 1100010 | 100011 |
Color Harmonies of #024CB0
Complementary color
Monochromatic Colors of #024CB0
Black with #024CB0
Text Example
Text Example
White with #024CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CB0; }
p { color: rgb(2,76,176); }
H1.HeaderClassName
{
color: #024CB0;
}
.AnyTagClassName
{
color: #024CB0;
}
</style>
background-color css
<style>
a { background-color: #024CB0; }
a { background-color: rgb(2,76,176); }
div.DivClassName
{
background-color: #024CB0;
}
.BgClassName
{
background-color: #024CB0;
}
</style>
border-color css
<style>
span { border-color: #024CB0; }
span { border-color: rgb(2,76,176); }
td.TdClassName
{
border-color: #024CB0;
}
.TagClassName
{
border-color: #024CB0;
}
</style>