Shades of Sherpa Blue #0E4F59
Tints of Sherpa Blue #0E4F59
RGB
CMYK
RGB Variations
Color information
#0E4F59 (or 0x0E4F59) is known color: Sherpa Blue. HEX triplet: 0E, 4F and 59. RGB value is (14,79,89). Sum of RGB (Red+Green+Blue) = 14+79+89=182 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.69% from 182); Green value is 79 (31.25% from 255 or 43.41% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E4F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E4F59 is #F1B0A6. Grayscale: #3C3C3C. Windows color (decimal): -15839399 or 5852942. OLE color: 5852942.
HSL color Cylindrical-coordinate representation of color #0E4F59: hue angle of 188º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4F59 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 79 | 89 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.65 |
| HSL | 188º | 0.73% | 0.2% | - |
| HSV(B) | 188º | 0.84% | 0.35% | - |
| XYZ | 4.78 | 6.41 | 10.44 | - |
| YUV | 60.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 79 | 89 | 0.84 | 0.11 | 0 | 0.65 | 188 | 0.73 | 0.2 |
| Hex | E | 4F | 59 | 54 | B | 0 | 41 | BC | 49 | 14 |
| Octal | 16 | 117 | 131 | 124 | 13 | 0 | 101 | 274 | 111 | 24 |
| Binary | 1110 | 1001111 | 1011001 | 1010100 | 1011 | 0 | 1000001 | 10111100 | 1001001 | 10100 |
Color Harmonies of #0E4F59
Complementary color
Monochromatic Colors of #0E4F59
Black with #0E4F59
Text Example
Text Example
White with #0E4F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4F59; }
p { color: rgb(14,79,89); }
H1.HeaderClassName
{
color: #0E4F59;
}
.AnyTagClassName
{
color: #0E4F59;
}
</style>
background-color css
<style>
a { background-color: #0E4F59; }
a { background-color: rgb(14,79,89); }
div.DivClassName
{
background-color: #0E4F59;
}
.BgClassName
{
background-color: #0E4F59;
}
</style>
border-color css
<style>
span { border-color: #0E4F59; }
span { border-color: rgb(14,79,89); }
td.TdClassName
{
border-color: #0E4F59;
}
.TagClassName
{
border-color: #0E4F59;
}
</style>