Shades of Cobalt #024BBC
Tints of Cobalt #024BBC
RGB
CMYK
RGB Variations
Color information
#024BBC (or 0x024BBC) is known color: Cobalt. HEX triplet: 02, 4B and BC. RGB value is (2,75,188). Sum of RGB (Red+Green+Blue) = 2+75+188=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #024BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BBC is #FDB443. Grayscale: #414141. Windows color (decimal): -16626756 or 12339970. OLE color: 12339970.
HSL color Cylindrical-coordinate representation of color #024BBC: hue angle of 216.45º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BBC is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 75 | 188 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.26 |
| HSL | 216.45º | 0.98% | 0.37% | - |
| HSV(B) | 216.45º | 0.99% | 0.74% | - |
| XYZ | 11.62 | 8.68 | 48.64 | - |
| YUV | 66.06 | 196.82 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 188 | 0.99 | 0.60 | 0 | 0.26 | 216.45 | 0.98 | 0.37 |
| Hex | 2 | 4B | BC | 63 | 3C | 0 | 1A | D8 | 62 | 25 |
| Octal | 2 | 113 | 274 | 143 | 74 | 0 | 32 | 330 | 142 | 45 |
| Binary | 10 | 1001011 | 10111100 | 1100011 | 111100 | 0 | 11010 | 11011000 | 1100010 | 100101 |
Color Harmonies of #024BBC
Complementary color
Monochromatic Colors of #024BBC
Black with #024BBC
Text Example
Text Example
White with #024BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BBC; }
p { color: rgb(2,75,188); }
H1.HeaderClassName
{
color: #024BBC;
}
.AnyTagClassName
{
color: #024BBC;
}
</style>
background-color css
<style>
a { background-color: #024BBC; }
a { background-color: rgb(2,75,188); }
div.DivClassName
{
background-color: #024BBC;
}
.BgClassName
{
background-color: #024BBC;
}
</style>
border-color css
<style>
span { border-color: #024BBC; }
span { border-color: rgb(2,75,188); }
td.TdClassName
{
border-color: #024BBC;
}
.TagClassName
{
border-color: #024BBC;
}
</style>