Shades of Sherpa Blue #135157
Tints of Sherpa Blue #135157
RGB
CMYK
RGB Variations
Color information
#135157 (or 0x135157) is known color: Sherpa Blue. HEX triplet: 13, 51 and 57. RGB value is (19,81,87). Sum of RGB (Red+Green+Blue) = 19+81+87=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #135157 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135157 is #ECAEA8. Grayscale: #3F3F3F. Windows color (decimal): -15511209 or 5722387. OLE color: 5722387.
HSL color Cylindrical-coordinate representation of color #135157: hue angle of 185.29º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135157 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 81 | 87 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.66 |
| HSL | 185.29º | 0.64% | 0.21% | - |
| HSV(B) | 185.29º | 0.78% | 0.34% | - |
| XYZ | 4.93 | 6.71 | 10.05 | - |
| YUV | 63.15 | 141.46 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 87 | 0.78 | 0.07 | 0 | 0.66 | 185.29 | 0.64 | 0.21 |
| Hex | 13 | 51 | 57 | 4E | 7 | 0 | 42 | B9 | 40 | 15 |
| Octal | 23 | 121 | 127 | 116 | 7 | 0 | 102 | 271 | 100 | 25 |
| Binary | 10011 | 1010001 | 1010111 | 1001110 | 111 | 0 | 1000010 | 10111001 | 1000000 | 10101 |
Color Harmonies of #135157
Complementary color
Monochromatic Colors of #135157
Black with #135157
Text Example
Text Example
White with #135157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135157; }
p { color: rgb(19,81,87); }
H1.HeaderClassName
{
color: #135157;
}
.AnyTagClassName
{
color: #135157;
}
</style>
background-color css
<style>
a { background-color: #135157; }
a { background-color: rgb(19,81,87); }
div.DivClassName
{
background-color: #135157;
}
.BgClassName
{
background-color: #135157;
}
</style>
border-color css
<style>
span { border-color: #135157; }
span { border-color: rgb(19,81,87); }
td.TdClassName
{
border-color: #135157;
}
.TagClassName
{
border-color: #135157;
}
</style>