Shades of Sherpa Blue #114E55
Tints of Sherpa Blue #114E55
RGB
CMYK
RGB Variations
Color information
#114E55 (or 0x114E55) is known color: Sherpa Blue. HEX triplet: 11, 4E and 55. RGB value is (17,78,85). Sum of RGB (Red+Green+Blue) = 17+78+85=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 78 (30.86% from 255 or 43.33% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #114E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #114E55 is #EEB1AA. Grayscale: #3C3C3C. Windows color (decimal): -15643051 or 5590545. OLE color: 5590545.
HSL color Cylindrical-coordinate representation of color #114E55: hue angle of 186.18º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #114E55 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 78 | 85 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.67 |
| HSL | 186.18º | 0.67% | 0.2% | - |
| HSV(B) | 186.18º | 0.8% | 0.33% | - |
| XYZ | 4.6 | 6.22 | 9.55 | - |
| YUV | 60.56 | 141.79 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 78 | 85 | 0.80 | 0.08 | 0 | 0.67 | 186.18 | 0.67 | 0.2 |
| Hex | 11 | 4E | 55 | 50 | 8 | 0 | 43 | BA | 43 | 14 |
| Octal | 21 | 116 | 125 | 120 | 10 | 0 | 103 | 272 | 103 | 24 |
| Binary | 10001 | 1001110 | 1010101 | 1010000 | 1000 | 0 | 1000011 | 10111010 | 1000011 | 10100 |
Color Harmonies of #114E55
Complementary color
Monochromatic Colors of #114E55
Black with #114E55
Text Example
Text Example
White with #114E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114E55; }
p { color: rgb(17,78,85); }
H1.HeaderClassName
{
color: #114E55;
}
.AnyTagClassName
{
color: #114E55;
}
</style>
background-color css
<style>
a { background-color: #114E55; }
a { background-color: rgb(17,78,85); }
div.DivClassName
{
background-color: #114E55;
}
.BgClassName
{
background-color: #114E55;
}
</style>
border-color css
<style>
span { border-color: #114E55; }
span { border-color: rgb(17,78,85); }
td.TdClassName
{
border-color: #114E55;
}
.TagClassName
{
border-color: #114E55;
}
</style>