Shades of Sherpa Blue #0E535A
Tints of Sherpa Blue #0E535A
RGB
CMYK
RGB Variations
Color information
#0E535A (or 0x0E535A) is known color: Sherpa Blue. HEX triplet: 0E, 53 and 5A. RGB value is (14,83,90). Sum of RGB (Red+Green+Blue) = 14+83+90=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E535A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E535A is #F1ACA5. Grayscale: #3F3F3F. Windows color (decimal): -15838374 or 5919502. OLE color: 5919502.
HSL color Cylindrical-coordinate representation of color #0E535A: hue angle of 185.53º 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 #0E535A is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 14 | 83 | 90 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.65 |
| HSL | 185.53º | 0.73% | 0.2% | - |
| HSV(B) | 185.53º | 0.84% | 0.35% | - |
| XYZ | 5.12 | 7.02 | 10.76 | - |
| YUV | 63.17 | 143.14 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 83 | 90 | 0.84 | 0.08 | 0 | 0.65 | 185.53 | 0.73 | 0.2 |
| Hex | E | 53 | 5A | 54 | 8 | 0 | 41 | BA | 49 | 14 |
| Octal | 16 | 123 | 132 | 124 | 10 | 0 | 101 | 272 | 111 | 24 |
| Binary | 1110 | 1010011 | 1011010 | 1010100 | 1000 | 0 | 1000001 | 10111010 | 1001001 | 10100 |
Color Harmonies of #0E535A
Complementary color
Monochromatic Colors of #0E535A
Black with #0E535A
Text Example
Text Example
White with #0E535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E535A; }
p { color: rgb(14,83,90); }
H1.HeaderClassName
{
color: #0E535A;
}
.AnyTagClassName
{
color: #0E535A;
}
</style>
background-color css
<style>
a { background-color: #0E535A; }
a { background-color: rgb(14,83,90); }
div.DivClassName
{
background-color: #0E535A;
}
.BgClassName
{
background-color: #0E535A;
}
</style>
border-color css
<style>
span { border-color: #0E535A; }
span { border-color: rgb(14,83,90); }
td.TdClassName
{
border-color: #0E535A;
}
.TagClassName
{
border-color: #0E535A;
}
</style>