Shades of Sherpa Blue #024D5E
Tints of Sherpa Blue #024D5E
RGB
CMYK
RGB Variations
Color information
#024D5E (or 0x024D5E) is known color: Sherpa Blue. HEX triplet: 02, 4D and 5E. RGB value is (2,77,94). Sum of RGB (Red+Green+Blue) = 2+77+94=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #024D5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #024D5E is #FDB2A1. Grayscale: #383838. Windows color (decimal): -16626338 or 6180098. OLE color: 6180098.
HSL color Cylindrical-coordinate representation of color #024D5E: hue angle of 191.09º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024D5E is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 2 | 77 | 94 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.63 |
| HSL | 191.09º | 0.96% | 0.19% | - |
| HSV(B) | 191.09º | 0.98% | 0.37% | - |
| XYZ | 4.7 | 6.13 | 11.52 | - |
| YUV | 56.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 94 | 0.98 | 0.18 | 0 | 0.63 | 191.09 | 0.96 | 0.19 |
| Hex | 2 | 4D | 5E | 62 | 12 | 0 | 3F | BF | 60 | 13 |
| Octal | 2 | 115 | 136 | 142 | 22 | 0 | 77 | 277 | 140 | 23 |
| Binary | 10 | 1001101 | 1011110 | 1100010 | 10010 | 0 | 111111 | 10111111 | 1100000 | 10011 |
Color Harmonies of #024D5E
Complementary color
Monochromatic Colors of #024D5E
Black with #024D5E
Text Example
Text Example
White with #024D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024D5E; }
p { color: rgb(2,77,94); }
H1.HeaderClassName
{
color: #024D5E;
}
.AnyTagClassName
{
color: #024D5E;
}
</style>
background-color css
<style>
a { background-color: #024D5E; }
a { background-color: rgb(2,77,94); }
div.DivClassName
{
background-color: #024D5E;
}
.BgClassName
{
background-color: #024D5E;
}
</style>
border-color css
<style>
span { border-color: #024D5E; }
span { border-color: rgb(2,77,94); }
td.TdClassName
{
border-color: #024D5E;
}
.TagClassName
{
border-color: #024D5E;
}
</style>