Shades of Sherpa Blue #0E505B
Tints of Sherpa Blue #0E505B
RGB
CMYK
RGB Variations
Color information
#0E505B (or 0x0E505B) is known color: Sherpa Blue. HEX triplet: 0E, 50 and 5B. RGB value is (14,80,91). Sum of RGB (Red+Green+Blue) = 14+80+91=185 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.57% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E505B is #F1AFA4. Grayscale: #3D3D3D. Windows color (decimal): -15839141 or 5984270. OLE color: 5984270.
HSL color Cylindrical-coordinate representation of color #0E505B: hue angle of 188.57º degrees, saturation: 0.73, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E505B is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 80 | 91 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.64 |
| HSL | 188.57º | 0.73% | 0.21% | - |
| HSV(B) | 188.57º | 0.85% | 0.36% | - |
| XYZ | 4.94 | 6.59 | 10.91 | - |
| YUV | 61.52 | 144.63 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 80 | 91 | 0.85 | 0.12 | 0 | 0.64 | 188.57 | 0.73 | 0.21 |
| Hex | E | 50 | 5B | 55 | C | 0 | 40 | BD | 49 | 15 |
| Octal | 16 | 120 | 133 | 125 | 14 | 0 | 100 | 275 | 111 | 25 |
| Binary | 1110 | 1010000 | 1011011 | 1010101 | 1100 | 0 | 1000000 | 10111101 | 1001001 | 10101 |
Color Harmonies of #0E505B
Complementary color
Monochromatic Colors of #0E505B
Black with #0E505B
Text Example
Text Example
White with #0E505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E505B; }
p { color: rgb(14,80,91); }
H1.HeaderClassName
{
color: #0E505B;
}
.AnyTagClassName
{
color: #0E505B;
}
</style>
background-color css
<style>
a { background-color: #0E505B; }
a { background-color: rgb(14,80,91); }
div.DivClassName
{
background-color: #0E505B;
}
.BgClassName
{
background-color: #0E505B;
}
</style>
border-color css
<style>
span { border-color: #0E505B; }
span { border-color: rgb(14,80,91); }
td.TdClassName
{
border-color: #0E505B;
}
.TagClassName
{
border-color: #0E505B;
}
</style>