Shades of Sherpa Blue #0E505E
Tints of Sherpa Blue #0E505E
RGB
CMYK
RGB Variations
Color information
#0E505E (or 0x0E505E) is known color: Sherpa Blue. HEX triplet: 0E, 50 and 5E. RGB value is (14,80,94). Sum of RGB (Red+Green+Blue) = 14+80+94=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #0E505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E505E is #F1AFA1. Grayscale: #3D3D3D. Windows color (decimal): -15839138 or 6180878. OLE color: 6180878.
HSL color Cylindrical-coordinate representation of color #0E505E: hue angle of 190.5º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E505E is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 14 | 80 | 94 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.63 |
| HSL | 190.5º | 0.74% | 0.21% | - |
| HSV(B) | 190.5º | 0.85% | 0.37% | - |
| XYZ | 5.07 | 6.64 | 11.6 | - |
| YUV | 61.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 94 | 0.85 | 0.15 | 0 | 0.63 | 190.5 | 0.74 | 0.21 |
| Hex | E | 50 | 5E | 55 | F | 0 | 3F | BE | 4A | 15 |
| Octal | 16 | 120 | 136 | 125 | 17 | 0 | 77 | 276 | 112 | 25 |
| Binary | 1110 | 1010000 | 1011110 | 1010101 | 1111 | 0 | 111111 | 10111110 | 1001010 | 10101 |
Color Harmonies of #0E505E
Complementary color
Monochromatic Colors of #0E505E
Black with #0E505E
Text Example
Text Example
White with #0E505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E505E; }
p { color: rgb(14,80,94); }
H1.HeaderClassName
{
color: #0E505E;
}
.AnyTagClassName
{
color: #0E505E;
}
</style>
background-color css
<style>
a { background-color: #0E505E; }
a { background-color: rgb(14,80,94); }
div.DivClassName
{
background-color: #0E505E;
}
.BgClassName
{
background-color: #0E505E;
}
</style>
border-color css
<style>
span { border-color: #0E505E; }
span { border-color: rgb(14,80,94); }
td.TdClassName
{
border-color: #0E505E;
}
.TagClassName
{
border-color: #0E505E;
}
</style>