Shades of Sherpa Blue #024059
Tints of Sherpa Blue #024059
RGB
CMYK
RGB Variations
Color information
#024059 (or 0x024059) is known color: Sherpa Blue. HEX triplet: 02, 40 and 59. RGB value is (2,64,89). Sum of RGB (Red+Green+Blue) = 2+64+89=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #024059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024059 is #FDBFA6. Grayscale: #303030. Windows color (decimal): -16629671 or 5849090. OLE color: 5849090.
HSL color Cylindrical-coordinate representation of color #024059: hue angle of 197.24º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024059 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 64 | 89 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.65 |
| HSL | 197.24º | 0.96% | 0.18% | - |
| HSV(B) | 197.24º | 0.98% | 0.35% | - |
| XYZ | 3.66 | 4.4 | 10.11 | - |
| YUV | 48.31 | 150.96 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 89 | 0.98 | 0.28 | 0 | 0.65 | 197.24 | 0.96 | 0.18 |
| Hex | 2 | 40 | 59 | 62 | 1C | 0 | 41 | C5 | 60 | 12 |
| Octal | 2 | 100 | 131 | 142 | 34 | 0 | 101 | 305 | 140 | 22 |
| Binary | 10 | 1000000 | 1011001 | 1100010 | 11100 | 0 | 1000001 | 11000101 | 1100000 | 10010 |
Color Harmonies of #024059
Complementary color
Monochromatic Colors of #024059
Black with #024059
Text Example
Text Example
White with #024059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024059; }
p { color: rgb(2,64,89); }
H1.HeaderClassName
{
color: #024059;
}
.AnyTagClassName
{
color: #024059;
}
</style>
background-color css
<style>
a { background-color: #024059; }
a { background-color: rgb(2,64,89); }
div.DivClassName
{
background-color: #024059;
}
.BgClassName
{
background-color: #024059;
}
</style>
border-color css
<style>
span { border-color: #024059; }
span { border-color: rgb(2,64,89); }
td.TdClassName
{
border-color: #024059;
}
.TagClassName
{
border-color: #024059;
}
</style>