Shades of Sherpa Blue #115158
Tints of Sherpa Blue #115158
RGB
CMYK
RGB Variations
Color information
#115158 (or 0x115158) is known color: Sherpa Blue. HEX triplet: 11, 51 and 58. RGB value is (17,81,88). Sum of RGB (Red+Green+Blue) = 17+81+88=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #115158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115158 is #EEAEA7. Grayscale: #3E3E3E. Windows color (decimal): -15642280 or 5787921. OLE color: 5787921.
HSL color Cylindrical-coordinate representation of color #115158: hue angle of 185.92º 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 #115158 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 81 | 88 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.65 |
| HSL | 185.92º | 0.68% | 0.21% | - |
| HSV(B) | 185.92º | 0.81% | 0.35% | - |
| XYZ | 4.94 | 6.71 | 10.27 | - |
| YUV | 62.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 88 | 0.81 | 0.08 | 0 | 0.65 | 185.92 | 0.68 | 0.21 |
| Hex | 11 | 51 | 58 | 51 | 8 | 0 | 41 | BA | 44 | 15 |
| Octal | 21 | 121 | 130 | 121 | 10 | 0 | 101 | 272 | 104 | 25 |
| Binary | 10001 | 1010001 | 1011000 | 1010001 | 1000 | 0 | 1000001 | 10111010 | 1000100 | 10101 |
Color Harmonies of #115158
Complementary color
Monochromatic Colors of #115158
Black with #115158
Text Example
Text Example
White with #115158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115158; }
p { color: rgb(17,81,88); }
H1.HeaderClassName
{
color: #115158;
}
.AnyTagClassName
{
color: #115158;
}
</style>
background-color css
<style>
a { background-color: #115158; }
a { background-color: rgb(17,81,88); }
div.DivClassName
{
background-color: #115158;
}
.BgClassName
{
background-color: #115158;
}
</style>
border-color css
<style>
span { border-color: #115158; }
span { border-color: rgb(17,81,88); }
td.TdClassName
{
border-color: #115158;
}
.TagClassName
{
border-color: #115158;
}
</style>