Shades of Sherpa Blue #0E4E51
Tints of Sherpa Blue #0E4E51
RGB
CMYK
RGB Variations
Color information
#0E4E51 (or 0x0E4E51) is known color: Sherpa Blue. HEX triplet: 0E, 4E and 51. RGB value is (14,78,81). Sum of RGB (Red+Green+Blue) = 14+78+81=173 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.09% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E4E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E4E51 is #F1B1AE. Grayscale: #3B3B3B. Windows color (decimal): -15839663 or 5328398. OLE color: 5328398.
HSL color Cylindrical-coordinate representation of color #0E4E51: hue angle of 182.69º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0E4E51 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 78 | 81 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.68 |
| HSL | 182.69º | 0.71% | 0.19% | - |
| HSV(B) | 182.69º | 0.83% | 0.32% | - |
| XYZ | 4.39 | 6.14 | 8.74 | - |
| YUV | 59.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 78 | 81 | 0.83 | 0.04 | 0 | 0.68 | 182.69 | 0.71 | 0.19 |
| Hex | E | 4E | 51 | 53 | 4 | 0 | 44 | B7 | 47 | 13 |
| Octal | 16 | 116 | 121 | 123 | 4 | 0 | 104 | 267 | 107 | 23 |
| Binary | 1110 | 1001110 | 1010001 | 1010011 | 100 | 0 | 1000100 | 10110111 | 1000111 | 10011 |
Color Harmonies of #0E4E51
Complementary color
Monochromatic Colors of #0E4E51
Black with #0E4E51
Text Example
Text Example
White with #0E4E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4E51; }
p { color: rgb(14,78,81); }
H1.HeaderClassName
{
color: #0E4E51;
}
.AnyTagClassName
{
color: #0E4E51;
}
</style>
background-color css
<style>
a { background-color: #0E4E51; }
a { background-color: rgb(14,78,81); }
div.DivClassName
{
background-color: #0E4E51;
}
.BgClassName
{
background-color: #0E4E51;
}
</style>
border-color css
<style>
span { border-color: #0E4E51; }
span { border-color: rgb(14,78,81); }
td.TdClassName
{
border-color: #0E4E51;
}
.TagClassName
{
border-color: #0E4E51;
}
</style>