Shades of Cobalt #024598
Tints of Cobalt #024598
RGB
CMYK
RGB Variations
Color information
#024598 (or 0x024598) is known color: Cobalt. HEX triplet: 02, 45 and 98. RGB value is (2,69,152). Sum of RGB (Red+Green+Blue) = 2+69+152=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #024598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024598 is #FDBA67. Grayscale: #3A3A3A. Windows color (decimal): -16628328 or 9979138. OLE color: 9979138.
HSL color Cylindrical-coordinate representation of color #024598: hue angle of 213.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 #024598 is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 69 | 152 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.40 |
| HSL | 213.2º | 0.97% | 0.3% | - |
| HSV(B) | 213.2º | 0.99% | 0.6% | - |
| XYZ | 7.82 | 6.54 | 30.56 | - |
| YUV | 58.43 | 180.8 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 152 | 0.99 | 0.55 | 0 | 0.40 | 213.2 | 0.97 | 0.3 |
| Hex | 2 | 45 | 98 | 63 | 37 | 0 | 28 | D5 | 61 | 1E |
| Octal | 2 | 105 | 230 | 143 | 67 | 0 | 50 | 325 | 141 | 36 |
| Binary | 10 | 1000101 | 10011000 | 1100011 | 110111 | 0 | 101000 | 11010101 | 1100001 | 11110 |
Color Harmonies of #024598
Complementary color
Monochromatic Colors of #024598
Black with #024598
Text Example
Text Example
White with #024598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024598; }
p { color: rgb(2,69,152); }
H1.HeaderClassName
{
color: #024598;
}
.AnyTagClassName
{
color: #024598;
}
</style>
background-color css
<style>
a { background-color: #024598; }
a { background-color: rgb(2,69,152); }
div.DivClassName
{
background-color: #024598;
}
.BgClassName
{
background-color: #024598;
}
</style>
border-color css
<style>
span { border-color: #024598; }
span { border-color: rgb(2,69,152); }
td.TdClassName
{
border-color: #024598;
}
.TagClassName
{
border-color: #024598;
}
</style>