Shades of Sherpa Blue #11515C
Tints of Sherpa Blue #11515C
RGB
CMYK
RGB Variations
Color information
#11515C (or 0x11515C) is known color: Sherpa Blue. HEX triplet: 11, 51 and 5C. RGB value is (17,81,92). Sum of RGB (Red+Green+Blue) = 17+81+92=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #11515C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11515C is #EEAEA3. Grayscale: #3F3F3F. Windows color (decimal): -15642276 or 6050065. OLE color: 6050065.
HSL color Cylindrical-coordinate representation of color #11515C: hue angle of 188.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11515C is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 81 | 92 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.64 |
| HSL | 188.8º | 0.69% | 0.21% | - |
| HSV(B) | 188.8º | 0.82% | 0.36% | - |
| XYZ | 5.11 | 6.78 | 11.16 | - |
| YUV | 63.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 81 | 92 | 0.82 | 0.12 | 0 | 0.64 | 188.8 | 0.69 | 0.21 |
| Hex | 11 | 51 | 5C | 52 | C | 0 | 40 | BD | 45 | 15 |
| Octal | 21 | 121 | 134 | 122 | 14 | 0 | 100 | 275 | 105 | 25 |
| Binary | 10001 | 1010001 | 1011100 | 1010010 | 1100 | 0 | 1000000 | 10111101 | 1000101 | 10101 |
Color Harmonies of #11515C
Complementary color
Monochromatic Colors of #11515C
Black with #11515C
Text Example
Text Example
White with #11515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11515C; }
p { color: rgb(17,81,92); }
H1.HeaderClassName
{
color: #11515C;
}
.AnyTagClassName
{
color: #11515C;
}
</style>
background-color css
<style>
a { background-color: #11515C; }
a { background-color: rgb(17,81,92); }
div.DivClassName
{
background-color: #11515C;
}
.BgClassName
{
background-color: #11515C;
}
</style>
border-color css
<style>
span { border-color: #11515C; }
span { border-color: rgb(17,81,92); }
td.TdClassName
{
border-color: #11515C;
}
.TagClassName
{
border-color: #11515C;
}
</style>