Shades of Sherpa Blue #0E4B5B
Tints of Sherpa Blue #0E4B5B
RGB
CMYK
RGB Variations
Color information
#0E4B5B (or 0x0E4B5B) is known color: Sherpa Blue. HEX triplet: 0E, 4B and 5B. RGB value is (14,75,91). Sum of RGB (Red+Green+Blue) = 14+75+91=180 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.78% from 180); Green value is 75 (29.69% from 255 or 41.67% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #0E4B5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E4B5B is #F1B4A4. Grayscale: #3A3A3A. Windows color (decimal): -15840421 or 5982990. OLE color: 5982990.
HSL color Cylindrical-coordinate representation of color #0E4B5B: hue angle of 192.47º 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 #0E4B5B is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 14 | 75 | 91 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.64 |
| HSL | 192.47º | 0.73% | 0.21% | - |
| HSV(B) | 192.47º | 0.85% | 0.36% | - |
| XYZ | 4.59 | 5.88 | 10.79 | - |
| YUV | 58.59 | 146.29 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 75 | 91 | 0.85 | 0.18 | 0 | 0.64 | 192.47 | 0.73 | 0.21 |
| Hex | E | 4B | 5B | 55 | 12 | 0 | 40 | C0 | 49 | 15 |
| Octal | 16 | 113 | 133 | 125 | 22 | 0 | 100 | 300 | 111 | 25 |
| Binary | 1110 | 1001011 | 1011011 | 1010101 | 10010 | 0 | 1000000 | 11000000 | 1001001 | 10101 |
Color Harmonies of #0E4B5B
Complementary color
Monochromatic Colors of #0E4B5B
Black with #0E4B5B
Text Example
Text Example
White with #0E4B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E4B5B; }
p { color: rgb(14,75,91); }
H1.HeaderClassName
{
color: #0E4B5B;
}
.AnyTagClassName
{
color: #0E4B5B;
}
</style>
background-color css
<style>
a { background-color: #0E4B5B; }
a { background-color: rgb(14,75,91); }
div.DivClassName
{
background-color: #0E4B5B;
}
.BgClassName
{
background-color: #0E4B5B;
}
</style>
border-color css
<style>
span { border-color: #0E4B5B; }
span { border-color: rgb(14,75,91); }
td.TdClassName
{
border-color: #0E4B5B;
}
.TagClassName
{
border-color: #0E4B5B;
}
</style>