Shades of Cobalt #024C96
Tints of Cobalt #024C96
RGB
CMYK
RGB Variations
Color information
#024C96 (or 0x024C96) is known color: Cobalt. HEX triplet: 02, 4C and 96. RGB value is (2,76,150). Sum of RGB (Red+Green+Blue) = 2+76+150=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #024C96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C96 is #FDB369. Grayscale: #3D3D3D. Windows color (decimal): -16626538 or 9849858. OLE color: 9849858.
HSL color Cylindrical-coordinate representation of color #024C96: hue angle of 210º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024C96 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 76 | 150 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.41 |
| HSL | 210º | 0.97% | 0.3% | - |
| HSV(B) | 210º | 0.99% | 0.59% | - |
| XYZ | 8.11 | 7.38 | 29.85 | - |
| YUV | 62.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 150 | 0.99 | 0.49 | 0 | 0.41 | 210 | 0.97 | 0.3 |
| Hex | 2 | 4C | 96 | 63 | 31 | 0 | 29 | D2 | 61 | 1E |
| Octal | 2 | 114 | 226 | 143 | 61 | 0 | 51 | 322 | 141 | 36 |
| Binary | 10 | 1001100 | 10010110 | 1100011 | 110001 | 0 | 101001 | 11010010 | 1100001 | 11110 |
Color Harmonies of #024C96
Complementary color
Monochromatic Colors of #024C96
Black with #024C96
Text Example
Text Example
White with #024C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C96; }
p { color: rgb(2,76,150); }
H1.HeaderClassName
{
color: #024C96;
}
.AnyTagClassName
{
color: #024C96;
}
</style>
background-color css
<style>
a { background-color: #024C96; }
a { background-color: rgb(2,76,150); }
div.DivClassName
{
background-color: #024C96;
}
.BgClassName
{
background-color: #024C96;
}
</style>
border-color css
<style>
span { border-color: #024C96; }
span { border-color: rgb(2,76,150); }
td.TdClassName
{
border-color: #024C96;
}
.TagClassName
{
border-color: #024C96;
}
</style>