Shades of Sherpa Blue #024D4E
Tints of Sherpa Blue #024D4E
RGB
CMYK
RGB Variations
Color information
#024D4E (or 0x024D4E) is known color: Sherpa Blue. HEX triplet: 02, 4D and 4E. RGB value is (2,77,78). Sum of RGB (Red+Green+Blue) = 2+77+78=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 77 (30.47% from 255 or 49.04% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #024D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D4E is #FDB2B1. Grayscale: #363636. Windows color (decimal): -16626354 or 5131522. OLE color: 5131522.
HSL color Cylindrical-coordinate representation of color #024D4E: hue angle of 180.79º 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 #024D4E is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 77 | 78 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.69 |
| HSL | 180.79º | 0.95% | 0.16% | - |
| HSV(B) | 180.79º | 0.97% | 0.31% | - |
| XYZ | 4.05 | 5.87 | 8.13 | - |
| YUV | 54.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 78 | 0.97 | 0.01 | 0 | 0.69 | 180.79 | 0.95 | 0.16 |
| Hex | 2 | 4D | 4E | 61 | 1 | 0 | 45 | B5 | 5F | 10 |
| Octal | 2 | 115 | 116 | 141 | 1 | 0 | 105 | 265 | 137 | 20 |
| Binary | 10 | 1001101 | 1001110 | 1100001 | 1 | 0 | 1000101 | 10110101 | 1011111 | 10000 |
Color Harmonies of #024D4E
Complementary color
Monochromatic Colors of #024D4E
Black with #024D4E
Text Example
Text Example
White with #024D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D4E; }
p { color: rgb(2,77,78); }
H1.HeaderClassName
{
color: #024D4E;
}
.AnyTagClassName
{
color: #024D4E;
}
</style>
background-color css
<style>
a { background-color: #024D4E; }
a { background-color: rgb(2,77,78); }
div.DivClassName
{
background-color: #024D4E;
}
.BgClassName
{
background-color: #024D4E;
}
</style>
border-color css
<style>
span { border-color: #024D4E; }
span { border-color: rgb(2,77,78); }
td.TdClassName
{
border-color: #024D4E;
}
.TagClassName
{
border-color: #024D4E;
}
</style>