Shades of Sherpa Blue #0E5358
Tints of Sherpa Blue #0E5358
RGB
CMYK
RGB Variations
Color information
#0E5358 (or 0x0E5358) is known color: Sherpa Blue. HEX triplet: 0E, 53 and 58. RGB value is (14,83,88). Sum of RGB (Red+Green+Blue) = 14+83+88=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E5358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5358 is #F1ACA7. Grayscale: #3E3E3E. Windows color (decimal): -15838376 or 5788430. OLE color: 5788430.
HSL color Cylindrical-coordinate representation of color #0E5358: hue angle of 184.05º 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 #0E5358 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 83 | 88 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.65 |
| HSL | 184.05º | 0.73% | 0.2% | - |
| HSV(B) | 184.05º | 0.84% | 0.35% | - |
| XYZ | 5.04 | 6.98 | 10.32 | - |
| YUV | 62.94 | 142.14 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 88 | 0.84 | 0.06 | 0 | 0.65 | 184.05 | 0.73 | 0.2 |
| Hex | E | 53 | 58 | 54 | 6 | 0 | 41 | B8 | 49 | 14 |
| Octal | 16 | 123 | 130 | 124 | 6 | 0 | 101 | 270 | 111 | 24 |
| Binary | 1110 | 1010011 | 1011000 | 1010100 | 110 | 0 | 1000001 | 10111000 | 1001001 | 10100 |
Color Harmonies of #0E5358
Complementary color
Monochromatic Colors of #0E5358
Black with #0E5358
Text Example
Text Example
White with #0E5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5358; }
p { color: rgb(14,83,88); }
H1.HeaderClassName
{
color: #0E5358;
}
.AnyTagClassName
{
color: #0E5358;
}
</style>
background-color css
<style>
a { background-color: #0E5358; }
a { background-color: rgb(14,83,88); }
div.DivClassName
{
background-color: #0E5358;
}
.BgClassName
{
background-color: #0E5358;
}
</style>
border-color css
<style>
span { border-color: #0E5358; }
span { border-color: rgb(14,83,88); }
td.TdClassName
{
border-color: #0E5358;
}
.TagClassName
{
border-color: #0E5358;
}
</style>