Shades of Cobalt #024BC0
Tints of Cobalt #024BC0
RGB
CMYK
RGB Variations
Color information
#024BC0 (or 0x024BC0) is known color: Cobalt. HEX triplet: 02, 4B and C0. RGB value is (2,75,192). Sum of RGB (Red+Green+Blue) = 2+75+192=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #024BC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BC0 is #FDB43F. Grayscale: #414141. Windows color (decimal): -16626752 or 12602114. OLE color: 12602114.
HSL color Cylindrical-coordinate representation of color #024BC0: hue angle of 216.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BC0 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 75 | 192 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.25 |
| HSL | 216.95º | 0.98% | 0.38% | - |
| HSV(B) | 216.95º | 0.99% | 0.75% | - |
| XYZ | 12.06 | 8.85 | 50.94 | - |
| YUV | 66.51 | 198.82 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 192 | 0.99 | 0.61 | 0 | 0.25 | 216.95 | 0.98 | 0.38 |
| Hex | 2 | 4B | C0 | 63 | 3D | 0 | 19 | D9 | 62 | 26 |
| Octal | 2 | 113 | 300 | 143 | 75 | 0 | 31 | 331 | 142 | 46 |
| Binary | 10 | 1001011 | 11000000 | 1100011 | 111101 | 0 | 11001 | 11011001 | 1100010 | 100110 |
Color Harmonies of #024BC0
Complementary color
Monochromatic Colors of #024BC0
Black with #024BC0
Text Example
Text Example
White with #024BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024BC0; }
p { color: rgb(2,75,192); }
H1.HeaderClassName
{
color: #024BC0;
}
.AnyTagClassName
{
color: #024BC0;
}
</style>
background-color css
<style>
a { background-color: #024BC0; }
a { background-color: rgb(2,75,192); }
div.DivClassName
{
background-color: #024BC0;
}
.BgClassName
{
background-color: #024BC0;
}
</style>
border-color css
<style>
span { border-color: #024BC0; }
span { border-color: rgb(2,75,192); }
td.TdClassName
{
border-color: #024BC0;
}
.TagClassName
{
border-color: #024BC0;
}
</style>