Shades of Cobalt #024597
Tints of Cobalt #024597
RGB
CMYK
RGB Variations
Color information
#024597 (or 0x024597) is known color: Cobalt. HEX triplet: 02, 45 and 97. RGB value is (2,69,151). Sum of RGB (Red+Green+Blue) = 2+69+151=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 151 (59.38% from 255 or 68.02% from 222); Max value from RGB is 151 - color contains mainly: blue. Hex color #024597 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024597 is #FDBA68. Grayscale: #393939. Windows color (decimal): -16628329 or 9913602. OLE color: 9913602.
HSL color Cylindrical-coordinate representation of color #024597: hue angle of 213.02º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024597 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 69 | 151 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.41 |
| HSL | 213.02º | 0.97% | 0.3% | - |
| HSV(B) | 213.02º | 0.99% | 0.59% | - |
| XYZ | 7.74 | 6.5 | 30.13 | - |
| YUV | 58.32 | 180.3 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 151 | 0.99 | 0.54 | 0 | 0.41 | 213.02 | 0.97 | 0.3 |
| Hex | 2 | 45 | 97 | 63 | 36 | 0 | 29 | D5 | 61 | 1E |
| Octal | 2 | 105 | 227 | 143 | 66 | 0 | 51 | 325 | 141 | 36 |
| Binary | 10 | 1000101 | 10010111 | 1100011 | 110110 | 0 | 101001 | 11010101 | 1100001 | 11110 |
Color Harmonies of #024597
Complementary color
Monochromatic Colors of #024597
Black with #024597
Text Example
Text Example
White with #024597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024597; }
p { color: rgb(2,69,151); }
H1.HeaderClassName
{
color: #024597;
}
.AnyTagClassName
{
color: #024597;
}
</style>
background-color css
<style>
a { background-color: #024597; }
a { background-color: rgb(2,69,151); }
div.DivClassName
{
background-color: #024597;
}
.BgClassName
{
background-color: #024597;
}
</style>
border-color css
<style>
span { border-color: #024597; }
span { border-color: rgb(2,69,151); }
td.TdClassName
{
border-color: #024597;
}
.TagClassName
{
border-color: #024597;
}
</style>