Shades of Sherpa Blue #024950
Tints of Sherpa Blue #024950
RGB
CMYK
RGB Variations
Color information
#024950 (or 0x024950) is known color: Sherpa Blue. HEX triplet: 02, 49 and 50. RGB value is (2,73,80). Sum of RGB (Red+Green+Blue) = 2+73+80=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #024950 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024950 is #FDB6AF. Grayscale: #343434. Windows color (decimal): -16627376 or 5261570. OLE color: 5261570.
HSL color Cylindrical-coordinate representation of color #024950: hue angle of 185.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024950 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 73 | 80 | - |
| CMYK | 0.98 | 0.09 | 0 | 0.69 |
| HSL | 185.38º | 0.95% | 0.16% | - |
| HSV(B) | 185.38º | 0.98% | 0.31% | - |
| XYZ | 3.86 | 5.36 | 8.42 | - |
| YUV | 52.57 | 143.48 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 80 | 0.98 | 0.09 | 0 | 0.69 | 185.38 | 0.95 | 0.16 |
| Hex | 2 | 49 | 50 | 62 | 9 | 0 | 45 | B9 | 5F | 10 |
| Octal | 2 | 111 | 120 | 142 | 11 | 0 | 105 | 271 | 137 | 20 |
| Binary | 10 | 1001001 | 1010000 | 1100010 | 1001 | 0 | 1000101 | 10111001 | 1011111 | 10000 |
Color Harmonies of #024950
Complementary color
Monochromatic Colors of #024950
Black with #024950
Text Example
Text Example
White with #024950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024950; }
p { color: rgb(2,73,80); }
H1.HeaderClassName
{
color: #024950;
}
.AnyTagClassName
{
color: #024950;
}
</style>
background-color css
<style>
a { background-color: #024950; }
a { background-color: rgb(2,73,80); }
div.DivClassName
{
background-color: #024950;
}
.BgClassName
{
background-color: #024950;
}
</style>
border-color css
<style>
span { border-color: #024950; }
span { border-color: rgb(2,73,80); }
td.TdClassName
{
border-color: #024950;
}
.TagClassName
{
border-color: #024950;
}
</style>