Shades of Sherpa Blue #0E4B57
Tints of Sherpa Blue #0E4B57
RGB
CMYK
RGB Variations
Color information
#0E4B57 (or 0x0E4B57) is known color: Sherpa Blue. HEX triplet: 0E, 4B and 57. RGB value is (14,75,87). Sum of RGB (Red+Green+Blue) = 14+75+87=176 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.95% from 176); Green value is 75 (29.69% from 255 or 42.61% from 176); Blue value is 87 (34.38% from 255 or 49.43% from 176); Max value from RGB is 87 - color contains mainly: blue. Hex color #0E4B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4B57 is #F1B4A8. Grayscale: #3A3A3A. Windows color (decimal): -15840425 or 5720846. OLE color: 5720846.
HSL color Cylindrical-coordinate representation of color #0E4B57: hue angle of 189.86º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E4B57 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 14 | 75 | 87 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.66 |
| HSL | 189.86º | 0.72% | 0.2% | - |
| HSV(B) | 189.86º | 0.84% | 0.34% | - |
| XYZ | 4.42 | 5.81 | 9.91 | - |
| YUV | 58.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 87 | 0.84 | 0.14 | 0 | 0.66 | 189.86 | 0.72 | 0.2 |
| Hex | E | 4B | 57 | 54 | E | 0 | 42 | BE | 48 | 14 |
| Octal | 16 | 113 | 127 | 124 | 16 | 0 | 102 | 276 | 110 | 24 |
| Binary | 1110 | 1001011 | 1010111 | 1010100 | 1110 | 0 | 1000010 | 10111110 | 1001000 | 10100 |
Color Harmonies of #0E4B57
Complementary color
Monochromatic Colors of #0E4B57
Black with #0E4B57
Text Example
Text Example
White with #0E4B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4B57; }
p { color: rgb(14,75,87); }
H1.HeaderClassName
{
color: #0E4B57;
}
.AnyTagClassName
{
color: #0E4B57;
}
</style>
background-color css
<style>
a { background-color: #0E4B57; }
a { background-color: rgb(14,75,87); }
div.DivClassName
{
background-color: #0E4B57;
}
.BgClassName
{
background-color: #0E4B57;
}
</style>
border-color css
<style>
span { border-color: #0E4B57; }
span { border-color: rgb(14,75,87); }
td.TdClassName
{
border-color: #0E4B57;
}
.TagClassName
{
border-color: #0E4B57;
}
</style>