Shades of Sherpa Blue #115057
Tints of Sherpa Blue #115057
RGB
CMYK
RGB Variations
Color information
#115057 (or 0x115057) is known color: Sherpa Blue. HEX triplet: 11, 50 and 57. RGB value is (17,80,87). Sum of RGB (Red+Green+Blue) = 17+80+87=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #115057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115057 is #EEAFA8. Grayscale: #3D3D3D. Windows color (decimal): -15642537 or 5722129. OLE color: 5722129.
HSL color Cylindrical-coordinate representation of color #115057: hue angle of 186º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #115057 is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 17 | 80 | 87 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.66 |
| HSL | 186º | 0.67% | 0.2% | - |
| HSV(B) | 186º | 0.8% | 0.34% | - |
| XYZ | 4.82 | 6.54 | 10.03 | - |
| YUV | 61.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 80 | 87 | 0.80 | 0.08 | 0 | 0.66 | 186 | 0.67 | 0.2 |
| Hex | 11 | 50 | 57 | 50 | 8 | 0 | 42 | BA | 43 | 14 |
| Octal | 21 | 120 | 127 | 120 | 10 | 0 | 102 | 272 | 103 | 24 |
| Binary | 10001 | 1010000 | 1010111 | 1010000 | 1000 | 0 | 1000010 | 10111010 | 1000011 | 10100 |
Color Harmonies of #115057
Complementary color
Monochromatic Colors of #115057
Black with #115057
Text Example
Text Example
White with #115057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115057; }
p { color: rgb(17,80,87); }
H1.HeaderClassName
{
color: #115057;
}
.AnyTagClassName
{
color: #115057;
}
</style>
background-color css
<style>
a { background-color: #115057; }
a { background-color: rgb(17,80,87); }
div.DivClassName
{
background-color: #115057;
}
.BgClassName
{
background-color: #115057;
}
</style>
border-color css
<style>
span { border-color: #115057; }
span { border-color: rgb(17,80,87); }
td.TdClassName
{
border-color: #115057;
}
.TagClassName
{
border-color: #115057;
}
</style>