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