Shades of Cobalt #024C9F
Tints of Cobalt #024C9F
RGB
CMYK
RGB Variations
Color information
#024C9F (or 0x024C9F) is known color: Cobalt. HEX triplet: 02, 4C and 9F. RGB value is (2,76,159). Sum of RGB (Red+Green+Blue) = 2+76+159=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 159 (62.5% from 255 or 67.09% from 237); Max value from RGB is 159 - color contains mainly: blue. Hex color #024C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024C9F is #FDB360. Grayscale: #3E3E3E. Windows color (decimal): -16626529 or 10439682. OLE color: 10439682.
HSL color Cylindrical-coordinate representation of color #024C9F: hue angle of 211.72º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024C9F is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 76 | 159 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.38 |
| HSL | 211.72º | 0.98% | 0.32% | - |
| HSV(B) | 211.72º | 0.99% | 0.62% | - |
| XYZ | 8.87 | 7.68 | 33.82 | - |
| YUV | 63.34 | 181.98 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 159 | 0.99 | 0.52 | 0 | 0.38 | 211.72 | 0.98 | 0.32 |
| Hex | 2 | 4C | 9F | 63 | 34 | 0 | 26 | D4 | 62 | 20 |
| Octal | 2 | 114 | 237 | 143 | 64 | 0 | 46 | 324 | 142 | 40 |
| Binary | 10 | 1001100 | 10011111 | 1100011 | 110100 | 0 | 100110 | 11010100 | 1100010 | 100000 |
Color Harmonies of #024C9F
Complementary color
Monochromatic Colors of #024C9F
Black with #024C9F
Text Example
Text Example
White with #024C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024C9F; }
p { color: rgb(2,76,159); }
H1.HeaderClassName
{
color: #024C9F;
}
.AnyTagClassName
{
color: #024C9F;
}
</style>
background-color css
<style>
a { background-color: #024C9F; }
a { background-color: rgb(2,76,159); }
div.DivClassName
{
background-color: #024C9F;
}
.BgClassName
{
background-color: #024C9F;
}
</style>
border-color css
<style>
span { border-color: #024C9F; }
span { border-color: rgb(2,76,159); }
td.TdClassName
{
border-color: #024C9F;
}
.TagClassName
{
border-color: #024C9F;
}
</style>