Shades of Sherpa Blue #11525B
Tints of Sherpa Blue #11525B
RGB
CMYK
RGB Variations
Color information
#11525B (or 0x11525B) is known color: Sherpa Blue. HEX triplet: 11, 52 and 5B. RGB value is (17,82,91). Sum of RGB (Red+Green+Blue) = 17+82+91=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #11525B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11525B is #EEADA4. Grayscale: #3F3F3F. Windows color (decimal): -15642021 or 5984785. OLE color: 5984785.
HSL color Cylindrical-coordinate representation of color #11525B: hue angle of 187.3º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #11525B is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 82 | 91 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.64 |
| HSL | 187.3º | 0.69% | 0.21% | - |
| HSV(B) | 187.3º | 0.81% | 0.36% | - |
| XYZ | 5.14 | 6.91 | 10.96 | - |
| YUV | 63.59 | 143.47 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 82 | 91 | 0.81 | 0.10 | 0 | 0.64 | 187.3 | 0.69 | 0.21 |
| Hex | 11 | 52 | 5B | 51 | A | 0 | 40 | BB | 45 | 15 |
| Octal | 21 | 122 | 133 | 121 | 12 | 0 | 100 | 273 | 105 | 25 |
| Binary | 10001 | 1010010 | 1011011 | 1010001 | 1010 | 0 | 1000000 | 10111011 | 1000101 | 10101 |
Color Harmonies of #11525B
Complementary color
Monochromatic Colors of #11525B
Black with #11525B
Text Example
Text Example
White with #11525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11525B; }
p { color: rgb(17,82,91); }
H1.HeaderClassName
{
color: #11525B;
}
.AnyTagClassName
{
color: #11525B;
}
</style>
background-color css
<style>
a { background-color: #11525B; }
a { background-color: rgb(17,82,91); }
div.DivClassName
{
background-color: #11525B;
}
.BgClassName
{
background-color: #11525B;
}
</style>
border-color css
<style>
span { border-color: #11525B; }
span { border-color: rgb(17,82,91); }
td.TdClassName
{
border-color: #11525B;
}
.TagClassName
{
border-color: #11525B;
}
</style>