Shades of Sherpa Blue #0E5255
Tints of Sherpa Blue #0E5255
RGB
CMYK
RGB Variations
Color information
#0E5255 (or 0x0E5255) is known color: Sherpa Blue. HEX triplet: 0E, 52 and 55. RGB value is (14,82,85). Sum of RGB (Red+Green+Blue) = 14+82+85=181 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.73% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E5255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E5255 is #F1ADAA. Grayscale: #3D3D3D. Windows color (decimal): -15838635 or 5591566. OLE color: 5591566.
HSL color Cylindrical-coordinate representation of color #0E5255: hue angle of 182.54º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5255 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 82 | 85 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.67 |
| HSL | 182.54º | 0.72% | 0.19% | - |
| HSV(B) | 182.54º | 0.84% | 0.33% | - |
| XYZ | 4.84 | 6.78 | 9.65 | - |
| YUV | 62.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 85 | 0.84 | 0.04 | 0 | 0.67 | 182.54 | 0.72 | 0.19 |
| Hex | E | 52 | 55 | 54 | 4 | 0 | 43 | B7 | 48 | 13 |
| Octal | 16 | 122 | 125 | 124 | 4 | 0 | 103 | 267 | 110 | 23 |
| Binary | 1110 | 1010010 | 1010101 | 1010100 | 100 | 0 | 1000011 | 10110111 | 1001000 | 10011 |
Color Harmonies of #0E5255
Complementary color
Monochromatic Colors of #0E5255
Black with #0E5255
Text Example
Text Example
White with #0E5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E5255; }
p { color: rgb(14,82,85); }
H1.HeaderClassName
{
color: #0E5255;
}
.AnyTagClassName
{
color: #0E5255;
}
</style>
background-color css
<style>
a { background-color: #0E5255; }
a { background-color: rgb(14,82,85); }
div.DivClassName
{
background-color: #0E5255;
}
.BgClassName
{
background-color: #0E5255;
}
</style>
border-color css
<style>
span { border-color: #0E5255; }
span { border-color: rgb(14,82,85); }
td.TdClassName
{
border-color: #0E5255;
}
.TagClassName
{
border-color: #0E5255;
}
</style>