Shades of Cobalt #024D95
Tints of Cobalt #024D95
RGB
CMYK
RGB Variations
Color information
#024D95 (or 0x024D95) is known color: Cobalt. HEX triplet: 02, 4D and 95. RGB value is (2,77,149). Sum of RGB (Red+Green+Blue) = 2+77+149=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #024D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D95 is #FDB26A. Grayscale: #3E3E3E. Windows color (decimal): -16626283 or 9784578. OLE color: 9784578.
HSL color Cylindrical-coordinate representation of color #024D95: hue angle of 209.39º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024D95 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 77 | 149 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.42 |
| HSL | 209.39º | 0.97% | 0.3% | - |
| HSV(B) | 209.39º | 0.99% | 0.58% | - |
| XYZ | 8.1 | 7.49 | 29.45 | - |
| YUV | 62.78 | 176.65 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 149 | 0.99 | 0.48 | 0 | 0.42 | 209.39 | 0.97 | 0.3 |
| Hex | 2 | 4D | 95 | 63 | 30 | 0 | 2A | D1 | 61 | 1E |
| Octal | 2 | 115 | 225 | 143 | 60 | 0 | 52 | 321 | 141 | 36 |
| Binary | 10 | 1001101 | 10010101 | 1100011 | 110000 | 0 | 101010 | 11010001 | 1100001 | 11110 |
Color Harmonies of #024D95
Complementary color
Monochromatic Colors of #024D95
Black with #024D95
Text Example
Text Example
White with #024D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D95; }
p { color: rgb(2,77,149); }
H1.HeaderClassName
{
color: #024D95;
}
.AnyTagClassName
{
color: #024D95;
}
</style>
background-color css
<style>
a { background-color: #024D95; }
a { background-color: rgb(2,77,149); }
div.DivClassName
{
background-color: #024D95;
}
.BgClassName
{
background-color: #024D95;
}
</style>
border-color css
<style>
span { border-color: #024D95; }
span { border-color: rgb(2,77,149); }
td.TdClassName
{
border-color: #024D95;
}
.TagClassName
{
border-color: #024D95;
}
</style>