Shades of Sherpa Blue #095160
Tints of Sherpa Blue #095160
RGB
CMYK
RGB Variations
Color information
#095160 (or 0x095160) is known color: Sherpa Blue. HEX triplet: 09, 51 and 60. RGB value is (9,81,96). Sum of RGB (Red+Green+Blue) = 9+81+96=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #095160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095160 is #F6AE9F. Grayscale: #3D3D3D. Windows color (decimal): -16166560 or 6312201. OLE color: 6312201.
HSL color Cylindrical-coordinate representation of color #095160: hue angle of 190.34º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #095160 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 81 | 96 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.62 |
| HSL | 190.34º | 0.83% | 0.21% | - |
| HSV(B) | 190.34º | 0.91% | 0.38% | - |
| XYZ | 5.17 | 6.79 | 12.1 | - |
| YUV | 61.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 96 | 0.91 | 0.16 | 0 | 0.62 | 190.34 | 0.83 | 0.21 |
| Hex | 9 | 51 | 60 | 5B | 10 | 0 | 3E | BE | 53 | 15 |
| Octal | 11 | 121 | 140 | 133 | 20 | 0 | 76 | 276 | 123 | 25 |
| Binary | 1001 | 1010001 | 1100000 | 1011011 | 10000 | 0 | 111110 | 10111110 | 1010011 | 10101 |
Color Harmonies of #095160
Complementary color
Monochromatic Colors of #095160
Black with #095160
Text Example
Text Example
White with #095160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095160; }
p { color: rgb(9,81,96); }
H1.HeaderClassName
{
color: #095160;
}
.AnyTagClassName
{
color: #095160;
}
</style>
background-color css
<style>
a { background-color: #095160; }
a { background-color: rgb(9,81,96); }
div.DivClassName
{
background-color: #095160;
}
.BgClassName
{
background-color: #095160;
}
</style>
border-color css
<style>
span { border-color: #095160; }
span { border-color: rgb(9,81,96); }
td.TdClassName
{
border-color: #095160;
}
.TagClassName
{
border-color: #095160;
}
</style>