Shades of Cobalt #024AC0
Tints of Cobalt #024AC0
RGB
CMYK
RGB Variations
Color information
#024AC0 (or 0x024AC0) is known color: Cobalt. HEX triplet: 02, 4A and C0. RGB value is (2,74,192). Sum of RGB (Red+Green+Blue) = 2+74+192=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #024AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AC0 is #FDB53F. Grayscale: #414141. Windows color (decimal): -16627008 or 12601858. OLE color: 12601858.
HSL color Cylindrical-coordinate representation of color #024AC0: hue angle of 217.26º 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 #024AC0 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 74 | 192 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.25 |
| HSL | 217.26º | 0.98% | 0.38% | - |
| HSV(B) | 217.26º | 0.99% | 0.75% | - |
| XYZ | 11.99 | 8.72 | 50.92 | - |
| YUV | 65.92 | 199.15 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 192 | 0.99 | 0.61 | 0 | 0.25 | 217.26 | 0.98 | 0.38 |
| Hex | 2 | 4A | C0 | 63 | 3D | 0 | 19 | D9 | 62 | 26 |
| Octal | 2 | 112 | 300 | 143 | 75 | 0 | 31 | 331 | 142 | 46 |
| Binary | 10 | 1001010 | 11000000 | 1100011 | 111101 | 0 | 11001 | 11011001 | 1100010 | 100110 |
Color Harmonies of #024AC0
Complementary color
Monochromatic Colors of #024AC0
Black with #024AC0
Text Example
Text Example
White with #024AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AC0; }
p { color: rgb(2,74,192); }
H1.HeaderClassName
{
color: #024AC0;
}
.AnyTagClassName
{
color: #024AC0;
}
</style>
background-color css
<style>
a { background-color: #024AC0; }
a { background-color: rgb(2,74,192); }
div.DivClassName
{
background-color: #024AC0;
}
.BgClassName
{
background-color: #024AC0;
}
</style>
border-color css
<style>
span { border-color: #024AC0; }
span { border-color: rgb(2,74,192); }
td.TdClassName
{
border-color: #024AC0;
}
.TagClassName
{
border-color: #024AC0;
}
</style>