Shades of Cobalt #024A98
Tints of Cobalt #024A98
RGB
CMYK
RGB Variations
Color information
#024A98 (or 0x024A98) is known color: Cobalt. HEX triplet: 02, 4A and 98. RGB value is (2,74,152). Sum of RGB (Red+Green+Blue) = 2+74+152=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #024A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024A98 is #FDB567. Grayscale: #3C3C3C. Windows color (decimal): -16627048 or 9980418. OLE color: 9980418.
HSL color Cylindrical-coordinate representation of color #024A98: hue angle of 211.2º 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 #024A98 is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 74 | 152 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.40 |
| HSL | 211.2º | 0.97% | 0.3% | - |
| HSV(B) | 211.2º | 0.99% | 0.6% | - |
| XYZ | 8.14 | 7.18 | 30.66 | - |
| YUV | 61.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 152 | 0.99 | 0.51 | 0 | 0.40 | 211.2 | 0.97 | 0.3 |
| Hex | 2 | 4A | 98 | 63 | 33 | 0 | 28 | D3 | 61 | 1E |
| Octal | 2 | 112 | 230 | 143 | 63 | 0 | 50 | 323 | 141 | 36 |
| Binary | 10 | 1001010 | 10011000 | 1100011 | 110011 | 0 | 101000 | 11010011 | 1100001 | 11110 |
Color Harmonies of #024A98
Complementary color
Monochromatic Colors of #024A98
Black with #024A98
Text Example
Text Example
White with #024A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024A98; }
p { color: rgb(2,74,152); }
H1.HeaderClassName
{
color: #024A98;
}
.AnyTagClassName
{
color: #024A98;
}
</style>
background-color css
<style>
a { background-color: #024A98; }
a { background-color: rgb(2,74,152); }
div.DivClassName
{
background-color: #024A98;
}
.BgClassName
{
background-color: #024A98;
}
</style>
border-color css
<style>
span { border-color: #024A98; }
span { border-color: rgb(2,74,152); }
td.TdClassName
{
border-color: #024A98;
}
.TagClassName
{
border-color: #024A98;
}
</style>