Shades of Sherpa Blue #0E525F
Tints of Sherpa Blue #0E525F
RGB
CMYK
RGB Variations
Color information
#0E525F (or 0x0E525F) is known color: Sherpa Blue. HEX triplet: 0E, 52 and 5F. RGB value is (14,82,95). Sum of RGB (Red+Green+Blue) = 14+82+95=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 82 (32.42% from 255 or 42.93% from 191); Blue value is 95 (37.5% from 255 or 49.74% from 191); Max value from RGB is 95 - color contains mainly: blue. Hex color #0E525F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E525F is #F1ADA0. Grayscale: #3F3F3F. Windows color (decimal): -15838625 or 6246926. OLE color: 6246926.
HSL color Cylindrical-coordinate representation of color #0E525F: hue angle of 189.63º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E525F is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 14 | 82 | 95 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.63 |
| HSL | 189.63º | 0.74% | 0.21% | - |
| HSV(B) | 189.63º | 0.85% | 0.37% | - |
| XYZ | 5.26 | 6.95 | 11.89 | - |
| YUV | 63.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 82 | 95 | 0.85 | 0.14 | 0 | 0.63 | 189.63 | 0.74 | 0.21 |
| Hex | E | 52 | 5F | 55 | E | 0 | 3F | BE | 4A | 15 |
| Octal | 16 | 122 | 137 | 125 | 16 | 0 | 77 | 276 | 112 | 25 |
| Binary | 1110 | 1010010 | 1011111 | 1010101 | 1110 | 0 | 111111 | 10111110 | 1001010 | 10101 |
Color Harmonies of #0E525F
Complementary color
Monochromatic Colors of #0E525F
Black with #0E525F
Text Example
Text Example
White with #0E525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E525F; }
p { color: rgb(14,82,95); }
H1.HeaderClassName
{
color: #0E525F;
}
.AnyTagClassName
{
color: #0E525F;
}
</style>
background-color css
<style>
a { background-color: #0E525F; }
a { background-color: rgb(14,82,95); }
div.DivClassName
{
background-color: #0E525F;
}
.BgClassName
{
background-color: #0E525F;
}
</style>
border-color css
<style>
span { border-color: #0E525F; }
span { border-color: rgb(14,82,95); }
td.TdClassName
{
border-color: #0E525F;
}
.TagClassName
{
border-color: #0E525F;
}
</style>