Shades of Sherpa Blue #0E515A
Tints of Sherpa Blue #0E515A
RGB
CMYK
RGB Variations
Color information
#0E515A (or 0x0E515A) is known color: Sherpa Blue. HEX triplet: 0E, 51 and 5A. RGB value is (14,81,90). Sum of RGB (Red+Green+Blue) = 14+81+90=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E515A is #F1AEA5. Grayscale: #3D3D3D. Windows color (decimal): -15838886 or 5918990. OLE color: 5918990.
HSL color Cylindrical-coordinate representation of color #0E515A: hue angle of 187.11º 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 #0E515A is Cyan = 0.84, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 81 | 90 | - |
| CMYK | 0.84 | 0.1 | 0 | 0.65 |
| HSL | 187.11º | 0.73% | 0.2% | - |
| HSV(B) | 187.11º | 0.84% | 0.35% | - |
| XYZ | 4.97 | 6.72 | 10.71 | - |
| YUV | 61.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 81 | 90 | 0.84 | 0.1 | 0 | 0.65 | 187.11 | 0.73 | 0.2 |
| Hex | E | 51 | 5A | 54 | A | 0 | 41 | BB | 49 | 14 |
| Octal | 16 | 121 | 132 | 124 | 12 | 0 | 101 | 273 | 111 | 24 |
| Binary | 1110 | 1010001 | 1011010 | 1010100 | 1010 | 0 | 1000001 | 10111011 | 1001001 | 10100 |
Color Harmonies of #0E515A
Complementary color
Monochromatic Colors of #0E515A
Black with #0E515A
Text Example
Text Example
White with #0E515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E515A; }
p { color: rgb(14,81,90); }
H1.HeaderClassName
{
color: #0E515A;
}
.AnyTagClassName
{
color: #0E515A;
}
</style>
background-color css
<style>
a { background-color: #0E515A; }
a { background-color: rgb(14,81,90); }
div.DivClassName
{
background-color: #0E515A;
}
.BgClassName
{
background-color: #0E515A;
}
</style>
border-color css
<style>
span { border-color: #0E515A; }
span { border-color: rgb(14,81,90); }
td.TdClassName
{
border-color: #0E515A;
}
.TagClassName
{
border-color: #0E515A;
}
</style>