Shades of Sherpa Blue #105155
Tints of Sherpa Blue #105155
RGB
CMYK
RGB Variations
Color information
#105155 (or 0x105155) is known color: Sherpa Blue. HEX triplet: 10, 51 and 55. RGB value is (16,81,85). Sum of RGB (Red+Green+Blue) = 16+81+85=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #105155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105155 is #EFAEAA. Grayscale: #3D3D3D. Windows color (decimal): -15707819 or 5591312. OLE color: 5591312.
HSL color Cylindrical-coordinate representation of color #105155: hue angle of 183.48º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #105155 is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 16 | 81 | 85 | - |
| CMYK | 0.81 | 0.05 | 0 | 0.67 |
| HSL | 183.48º | 0.68% | 0.2% | - |
| HSV(B) | 183.48º | 0.81% | 0.33% | - |
| XYZ | 4.8 | 6.65 | 9.63 | - |
| YUV | 62.02 | 140.97 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 85 | 0.81 | 0.05 | 0 | 0.67 | 183.48 | 0.68 | 0.2 |
| Hex | 10 | 51 | 55 | 51 | 5 | 0 | 43 | B7 | 44 | 14 |
| Octal | 20 | 121 | 125 | 121 | 5 | 0 | 103 | 267 | 104 | 24 |
| Binary | 10000 | 1010001 | 1010101 | 1010001 | 101 | 0 | 1000011 | 10110111 | 1000100 | 10100 |
Color Harmonies of #105155
Complementary color
Monochromatic Colors of #105155
Black with #105155
Text Example
Text Example
White with #105155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105155; }
p { color: rgb(16,81,85); }
H1.HeaderClassName
{
color: #105155;
}
.AnyTagClassName
{
color: #105155;
}
</style>
background-color css
<style>
a { background-color: #105155; }
a { background-color: rgb(16,81,85); }
div.DivClassName
{
background-color: #105155;
}
.BgClassName
{
background-color: #105155;
}
</style>
border-color css
<style>
span { border-color: #105155; }
span { border-color: rgb(16,81,85); }
td.TdClassName
{
border-color: #105155;
}
.TagClassName
{
border-color: #105155;
}
</style>