Shades of Cobalt #024D98
Tints of Cobalt #024D98
RGB
CMYK
RGB Variations
Color information
#024D98 (or 0x024D98) is known color: Cobalt. HEX triplet: 02, 4D and 98. RGB value is (2,77,152). Sum of RGB (Red+Green+Blue) = 2+77+152=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #024D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #024D98 is #FDB267. Grayscale: #3E3E3E. Windows color (decimal): -16626280 or 9981186. OLE color: 9981186.
HSL color Cylindrical-coordinate representation of color #024D98: hue angle of 210º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024D98 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 77 | 152 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.40 |
| HSL | 210º | 0.97% | 0.3% | - |
| HSV(B) | 210º | 0.99% | 0.6% | - |
| XYZ | 8.35 | 7.59 | 30.73 | - |
| YUV | 63.13 | 178.15 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 152 | 0.99 | 0.49 | 0 | 0.40 | 210 | 0.97 | 0.3 |
| Hex | 2 | 4D | 98 | 63 | 31 | 0 | 28 | D2 | 61 | 1E |
| Octal | 2 | 115 | 230 | 143 | 61 | 0 | 50 | 322 | 141 | 36 |
| Binary | 10 | 1001101 | 10011000 | 1100011 | 110001 | 0 | 101000 | 11010010 | 1100001 | 11110 |
Color Harmonies of #024D98
Complementary color
Monochromatic Colors of #024D98
Black with #024D98
Text Example
Text Example
White with #024D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D98; }
p { color: rgb(2,77,152); }
H1.HeaderClassName
{
color: #024D98;
}
.AnyTagClassName
{
color: #024D98;
}
</style>
background-color css
<style>
a { background-color: #024D98; }
a { background-color: rgb(2,77,152); }
div.DivClassName
{
background-color: #024D98;
}
.BgClassName
{
background-color: #024D98;
}
</style>
border-color css
<style>
span { border-color: #024D98; }
span { border-color: rgb(2,77,152); }
td.TdClassName
{
border-color: #024D98;
}
.TagClassName
{
border-color: #024D98;
}
</style>