Shades of Sherpa Blue #024D4F
Tints of Sherpa Blue #024D4F
RGB
CMYK
RGB Variations
Color information
#024D4F (or 0x024D4F) is known color: Sherpa Blue. HEX triplet: 02, 4D and 4F. RGB value is (2,77,79). Sum of RGB (Red+Green+Blue) = 2+77+79=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 77 (30.47% from 255 or 48.73% from 158); Blue value is 79 (31.25% from 255 or 50% from 158); Max value from RGB is 79 - color contains mainly: blue. Hex color #024D4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D4F is #FDB2B0. Grayscale: #363636. Windows color (decimal): -16626353 or 5197058. OLE color: 5197058.
HSL color Cylindrical-coordinate representation of color #024D4F: hue angle of 181.56º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024D4F is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 77 | 79 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.69 |
| HSL | 181.56º | 0.95% | 0.16% | - |
| HSV(B) | 181.56º | 0.97% | 0.31% | - |
| XYZ | 4.09 | 5.89 | 8.32 | - |
| YUV | 54.8 | 141.65 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 79 | 0.97 | 0.03 | 0 | 0.69 | 181.56 | 0.95 | 0.16 |
| Hex | 2 | 4D | 4F | 61 | 3 | 0 | 45 | B6 | 5F | 10 |
| Octal | 2 | 115 | 117 | 141 | 3 | 0 | 105 | 266 | 137 | 20 |
| Binary | 10 | 1001101 | 1001111 | 1100001 | 11 | 0 | 1000101 | 10110110 | 1011111 | 10000 |
Color Harmonies of #024D4F
Complementary color
Monochromatic Colors of #024D4F
Black with #024D4F
Text Example
Text Example
White with #024D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D4F; }
p { color: rgb(2,77,79); }
H1.HeaderClassName
{
color: #024D4F;
}
.AnyTagClassName
{
color: #024D4F;
}
</style>
background-color css
<style>
a { background-color: #024D4F; }
a { background-color: rgb(2,77,79); }
div.DivClassName
{
background-color: #024D4F;
}
.BgClassName
{
background-color: #024D4F;
}
</style>
border-color css
<style>
span { border-color: #024D4F; }
span { border-color: rgb(2,77,79); }
td.TdClassName
{
border-color: #024D4F;
}
.TagClassName
{
border-color: #024D4F;
}
</style>