Shades of Sherpa Blue #0E5257
Tints of Sherpa Blue #0E5257
RGB
CMYK
RGB Variations
Color information
#0E5257 (or 0x0E5257) is known color: Sherpa Blue. HEX triplet: 0E, 52 and 57. RGB value is (14,82,87). Sum of RGB (Red+Green+Blue) = 14+82+87=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E5257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5257 is #F1ADA8. Grayscale: #3E3E3E. Windows color (decimal): -15838633 or 5722638. OLE color: 5722638.
HSL color Cylindrical-coordinate representation of color #0E5257: hue angle of 184.11º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5257 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 82 | 87 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.66 |
| HSL | 184.11º | 0.72% | 0.2% | - |
| HSV(B) | 184.11º | 0.84% | 0.34% | - |
| XYZ | 4.92 | 6.82 | 10.07 | - |
| YUV | 62.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 87 | 0.84 | 0.06 | 0 | 0.66 | 184.11 | 0.72 | 0.2 |
| Hex | E | 52 | 57 | 54 | 6 | 0 | 42 | B8 | 48 | 14 |
| Octal | 16 | 122 | 127 | 124 | 6 | 0 | 102 | 270 | 110 | 24 |
| Binary | 1110 | 1010010 | 1010111 | 1010100 | 110 | 0 | 1000010 | 10111000 | 1001000 | 10100 |
Color Harmonies of #0E5257
Complementary color
Monochromatic Colors of #0E5257
Black with #0E5257
Text Example
Text Example
White with #0E5257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5257; }
p { color: rgb(14,82,87); }
H1.HeaderClassName
{
color: #0E5257;
}
.AnyTagClassName
{
color: #0E5257;
}
</style>
background-color css
<style>
a { background-color: #0E5257; }
a { background-color: rgb(14,82,87); }
div.DivClassName
{
background-color: #0E5257;
}
.BgClassName
{
background-color: #0E5257;
}
</style>
border-color css
<style>
span { border-color: #0E5257; }
span { border-color: rgb(14,82,87); }
td.TdClassName
{
border-color: #0E5257;
}
.TagClassName
{
border-color: #0E5257;
}
</style>