Shades of Sherpa Blue #115059
Tints of Sherpa Blue #115059
RGB
CMYK
RGB Variations
Color information
#115059 (or 0x115059) is known color: Sherpa Blue. HEX triplet: 11, 50 and 59. RGB value is (17,80,89). Sum of RGB (Red+Green+Blue) = 17+80+89=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #115059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115059 is #EEAFA6. Grayscale: #3E3E3E. Windows color (decimal): -15642535 or 5853201. OLE color: 5853201.
HSL color Cylindrical-coordinate representation of color #115059: hue angle of 187.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115059 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 80 | 89 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.65 |
| HSL | 187.5º | 0.68% | 0.21% | - |
| HSV(B) | 187.5º | 0.81% | 0.35% | - |
| XYZ | 4.9 | 6.58 | 10.46 | - |
| YUV | 62.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 89 | 0.81 | 0.10 | 0 | 0.65 | 187.5 | 0.68 | 0.21 |
| Hex | 11 | 50 | 59 | 51 | A | 0 | 41 | BC | 44 | 15 |
| Octal | 21 | 120 | 131 | 121 | 12 | 0 | 101 | 274 | 104 | 25 |
| Binary | 10001 | 1010000 | 1011001 | 1010001 | 1010 | 0 | 1000001 | 10111100 | 1000100 | 10101 |
Color Harmonies of #115059
Complementary color
Monochromatic Colors of #115059
Black with #115059
Text Example
Text Example
White with #115059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115059; }
p { color: rgb(17,80,89); }
H1.HeaderClassName
{
color: #115059;
}
.AnyTagClassName
{
color: #115059;
}
</style>
background-color css
<style>
a { background-color: #115059; }
a { background-color: rgb(17,80,89); }
div.DivClassName
{
background-color: #115059;
}
.BgClassName
{
background-color: #115059;
}
</style>
border-color css
<style>
span { border-color: #115059; }
span { border-color: rgb(17,80,89); }
td.TdClassName
{
border-color: #115059;
}
.TagClassName
{
border-color: #115059;
}
</style>