Shades of Sherpa Blue #024959
Tints of Sherpa Blue #024959
RGB
CMYK
RGB Variations
Color information
#024959 (or 0x024959) is known color: Sherpa Blue. HEX triplet: 02, 49 and 59. RGB value is (2,73,89). Sum of RGB (Red+Green+Blue) = 2+73+89=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #024959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024959 is #FDB6A6. Grayscale: #353535. Windows color (decimal): -16627367 or 5851394. OLE color: 5851394.
HSL color Cylindrical-coordinate representation of color #024959: hue angle of 191.03º 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 #024959 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 2 | 73 | 89 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.65 |
| HSL | 191.03º | 0.96% | 0.18% | - |
| HSV(B) | 191.03º | 0.98% | 0.35% | - |
| XYZ | 4.21 | 5.5 | 10.29 | - |
| YUV | 53.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 89 | 0.98 | 0.18 | 0 | 0.65 | 191.03 | 0.96 | 0.18 |
| Hex | 2 | 49 | 59 | 62 | 12 | 0 | 41 | BF | 60 | 12 |
| Octal | 2 | 111 | 131 | 142 | 22 | 0 | 101 | 277 | 140 | 22 |
| Binary | 10 | 1001001 | 1011001 | 1100010 | 10010 | 0 | 1000001 | 10111111 | 1100000 | 10010 |
Color Harmonies of #024959
Complementary color
Monochromatic Colors of #024959
Black with #024959
Text Example
Text Example
White with #024959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024959; }
p { color: rgb(2,73,89); }
H1.HeaderClassName
{
color: #024959;
}
.AnyTagClassName
{
color: #024959;
}
</style>
background-color css
<style>
a { background-color: #024959; }
a { background-color: rgb(2,73,89); }
div.DivClassName
{
background-color: #024959;
}
.BgClassName
{
background-color: #024959;
}
</style>
border-color css
<style>
span { border-color: #024959; }
span { border-color: rgb(2,73,89); }
td.TdClassName
{
border-color: #024959;
}
.TagClassName
{
border-color: #024959;
}
</style>