Shades of Sherpa Blue #0E4B59
Tints of Sherpa Blue #0E4B59
RGB
CMYK
RGB Variations
Color information
#0E4B59 (or 0x0E4B59) is known color: Sherpa Blue. HEX triplet: 0E, 4B and 59. RGB value is (14,75,89). Sum of RGB (Red+Green+Blue) = 14+75+89=178 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.87% from 178); Green value is 75 (29.69% from 255 or 42.13% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #0E4B59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4B59 is #F1B4A6. Grayscale: #3A3A3A. Windows color (decimal): -15840423 or 5851918. OLE color: 5851918.
HSL color Cylindrical-coordinate representation of color #0E4B59: hue angle of 191.2º 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 #0E4B59 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 75 | 89 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.65 |
| HSL | 191.2º | 0.73% | 0.2% | - |
| HSV(B) | 191.2º | 0.84% | 0.35% | - |
| XYZ | 4.5 | 5.85 | 10.34 | - |
| YUV | 58.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 89 | 0.84 | 0.16 | 0 | 0.65 | 191.2 | 0.73 | 0.2 |
| Hex | E | 4B | 59 | 54 | 10 | 0 | 41 | BF | 49 | 14 |
| Octal | 16 | 113 | 131 | 124 | 20 | 0 | 101 | 277 | 111 | 24 |
| Binary | 1110 | 1001011 | 1011001 | 1010100 | 10000 | 0 | 1000001 | 10111111 | 1001001 | 10100 |
Color Harmonies of #0E4B59
Complementary color
Monochromatic Colors of #0E4B59
Black with #0E4B59
Text Example
Text Example
White with #0E4B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4B59; }
p { color: rgb(14,75,89); }
H1.HeaderClassName
{
color: #0E4B59;
}
.AnyTagClassName
{
color: #0E4B59;
}
</style>
background-color css
<style>
a { background-color: #0E4B59; }
a { background-color: rgb(14,75,89); }
div.DivClassName
{
background-color: #0E4B59;
}
.BgClassName
{
background-color: #0E4B59;
}
</style>
border-color css
<style>
span { border-color: #0E4B59; }
span { border-color: rgb(14,75,89); }
td.TdClassName
{
border-color: #0E4B59;
}
.TagClassName
{
border-color: #0E4B59;
}
</style>