Shades of Sherpa Blue #115259
Tints of Sherpa Blue #115259
RGB
CMYK
RGB Variations
Color information
#115259 (or 0x115259) is known color: Sherpa Blue. HEX triplet: 11, 52 and 59. RGB value is (17,82,89). Sum of RGB (Red+Green+Blue) = 17+82+89=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 82 (32.42% from 255 or 43.62% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #115259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115259 is #EEADA6. Grayscale: #3F3F3F. Windows color (decimal): -15642023 or 5853713. OLE color: 5853713.
HSL color Cylindrical-coordinate representation of color #115259: hue angle of 185.83º 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 #115259 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 82 | 89 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.65 |
| HSL | 185.83º | 0.68% | 0.21% | - |
| HSV(B) | 185.83º | 0.81% | 0.35% | - |
| XYZ | 5.05 | 6.88 | 10.51 | - |
| YUV | 63.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 89 | 0.81 | 0.08 | 0 | 0.65 | 185.83 | 0.68 | 0.21 |
| Hex | 11 | 52 | 59 | 51 | 8 | 0 | 41 | BA | 44 | 15 |
| Octal | 21 | 122 | 131 | 121 | 10 | 0 | 101 | 272 | 104 | 25 |
| Binary | 10001 | 1010010 | 1011001 | 1010001 | 1000 | 0 | 1000001 | 10111010 | 1000100 | 10101 |
Color Harmonies of #115259
Complementary color
Monochromatic Colors of #115259
Black with #115259
Text Example
Text Example
White with #115259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115259; }
p { color: rgb(17,82,89); }
H1.HeaderClassName
{
color: #115259;
}
.AnyTagClassName
{
color: #115259;
}
</style>
background-color css
<style>
a { background-color: #115259; }
a { background-color: rgb(17,82,89); }
div.DivClassName
{
background-color: #115259;
}
.BgClassName
{
background-color: #115259;
}
</style>
border-color css
<style>
span { border-color: #115259; }
span { border-color: rgb(17,82,89); }
td.TdClassName
{
border-color: #115259;
}
.TagClassName
{
border-color: #115259;
}
</style>