Shades of Sherpa Blue #114955
Tints of Sherpa Blue #114955
RGB
CMYK
RGB Variations
Color information
#114955 (or 0x114955) is known color: Sherpa Blue. HEX triplet: 11, 49 and 55. RGB value is (17,73,85). Sum of RGB (Red+Green+Blue) = 17+73+85=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #114955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114955 is #EEB6AA. Grayscale: #393939. Windows color (decimal): -15644331 or 5589265. OLE color: 5589265.
HSL color Cylindrical-coordinate representation of color #114955: hue angle of 190.59º 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 #114955 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 73 | 85 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.67 |
| HSL | 190.59º | 0.67% | 0.2% | - |
| HSV(B) | 190.59º | 0.8% | 0.33% | - |
| XYZ | 4.25 | 5.54 | 9.44 | - |
| YUV | 57.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 73 | 85 | 0.80 | 0.14 | 0 | 0.67 | 190.59 | 0.67 | 0.2 |
| Hex | 11 | 49 | 55 | 50 | E | 0 | 43 | BF | 43 | 14 |
| Octal | 21 | 111 | 125 | 120 | 16 | 0 | 103 | 277 | 103 | 24 |
| Binary | 10001 | 1001001 | 1010101 | 1010000 | 1110 | 0 | 1000011 | 10111111 | 1000011 | 10100 |
Color Harmonies of #114955
Complementary color
Monochromatic Colors of #114955
Black with #114955
Text Example
Text Example
White with #114955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114955; }
p { color: rgb(17,73,85); }
H1.HeaderClassName
{
color: #114955;
}
.AnyTagClassName
{
color: #114955;
}
</style>
background-color css
<style>
a { background-color: #114955; }
a { background-color: rgb(17,73,85); }
div.DivClassName
{
background-color: #114955;
}
.BgClassName
{
background-color: #114955;
}
</style>
border-color css
<style>
span { border-color: #114955; }
span { border-color: rgb(17,73,85); }
td.TdClassName
{
border-color: #114955;
}
.TagClassName
{
border-color: #114955;
}
</style>