Shades of Sherpa Blue #0E4851
Tints of Sherpa Blue #0E4851
RGB
CMYK
RGB Variations
Color information
#0E4851 (or 0x0E4851) is known color: Sherpa Blue. HEX triplet: 0E, 48 and 51. RGB value is (14,72,81). Sum of RGB (Red+Green+Blue) = 14+72+81=167 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.38% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 81 (32.03% from 255 or 48.50% from 167); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E4851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4851 is #F1B7AE. Grayscale: #373737. Windows color (decimal): -15841199 or 5326862. OLE color: 5326862.
HSL color Cylindrical-coordinate representation of color #0E4851: hue angle of 188.06º 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 #0E4851 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 14 | 72 | 81 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.68 |
| HSL | 188.06º | 0.71% | 0.19% | - |
| HSV(B) | 188.06º | 0.83% | 0.32% | - |
| XYZ | 3.98 | 5.32 | 8.6 | - |
| YUV | 55.68 | 142.28 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 72 | 81 | 0.83 | 0.11 | 0 | 0.68 | 188.06 | 0.71 | 0.19 |
| Hex | E | 48 | 51 | 53 | B | 0 | 44 | BC | 47 | 13 |
| Octal | 16 | 110 | 121 | 123 | 13 | 0 | 104 | 274 | 107 | 23 |
| Binary | 1110 | 1001000 | 1010001 | 1010011 | 1011 | 0 | 1000100 | 10111100 | 1000111 | 10011 |
Color Harmonies of #0E4851
Complementary color
Monochromatic Colors of #0E4851
Black with #0E4851
Text Example
Text Example
White with #0E4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4851; }
p { color: rgb(14,72,81); }
H1.HeaderClassName
{
color: #0E4851;
}
.AnyTagClassName
{
color: #0E4851;
}
</style>
background-color css
<style>
a { background-color: #0E4851; }
a { background-color: rgb(14,72,81); }
div.DivClassName
{
background-color: #0E4851;
}
.BgClassName
{
background-color: #0E4851;
}
</style>
border-color css
<style>
span { border-color: #0E4851; }
span { border-color: rgb(14,72,81); }
td.TdClassName
{
border-color: #0E4851;
}
.TagClassName
{
border-color: #0E4851;
}
</style>