Shades of Sherpa Blue #0E4E53
Tints of Sherpa Blue #0E4E53
RGB
CMYK
RGB Variations
Color information
#0E4E53 (or 0x0E4E53) is known color: Sherpa Blue. HEX triplet: 0E, 4E and 53. RGB value is (14,78,83). Sum of RGB (Red+Green+Blue) = 14+78+83=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 78 (30.86% from 255 or 44.57% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #0E4E53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E4E53 is #F1B1AC. Grayscale: #3B3B3B. Windows color (decimal): -15839661 or 5459470. OLE color: 5459470.
HSL color Cylindrical-coordinate representation of color #0E4E53: hue angle of 184.35º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E4E53 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 14 | 78 | 83 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.67 |
| HSL | 184.35º | 0.71% | 0.19% | - |
| HSV(B) | 184.35º | 0.83% | 0.33% | - |
| XYZ | 4.47 | 6.17 | 9.14 | - |
| YUV | 59.43 | 141.3 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 83 | 0.83 | 0.06 | 0 | 0.67 | 184.35 | 0.71 | 0.19 |
| Hex | E | 4E | 53 | 53 | 6 | 0 | 43 | B8 | 47 | 13 |
| Octal | 16 | 116 | 123 | 123 | 6 | 0 | 103 | 270 | 107 | 23 |
| Binary | 1110 | 1001110 | 1010011 | 1010011 | 110 | 0 | 1000011 | 10111000 | 1000111 | 10011 |
Color Harmonies of #0E4E53
Complementary color
Monochromatic Colors of #0E4E53
Black with #0E4E53
Text Example
Text Example
White with #0E4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E53; }
p { color: rgb(14,78,83); }
H1.HeaderClassName
{
color: #0E4E53;
}
.AnyTagClassName
{
color: #0E4E53;
}
</style>
background-color css
<style>
a { background-color: #0E4E53; }
a { background-color: rgb(14,78,83); }
div.DivClassName
{
background-color: #0E4E53;
}
.BgClassName
{
background-color: #0E4E53;
}
</style>
border-color css
<style>
span { border-color: #0E4E53; }
span { border-color: rgb(14,78,83); }
td.TdClassName
{
border-color: #0E4E53;
}
.TagClassName
{
border-color: #0E4E53;
}
</style>