Shades of Sherpa Blue #095151
Tints of Sherpa Blue #095151
RGB
CMYK
RGB Variations
Color information
#095151 (or 0x095151) is known color: Sherpa Blue. HEX triplet: 09, 51 and 51. RGB value is (9,81,81). Sum of RGB (Red+Green+Blue) = 9+81+81=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 81 (32.03% from 255 or 47.37% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #095151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095151 is #F6AEAE. Grayscale: #3B3B3B. Windows color (decimal): -16166575 or 5329161. OLE color: 5329161.
HSL color Cylindrical-coordinate representation of color #095151: hue angle of 180º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095151 is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 81 | 81 | - |
| CMYK | 0.89 | 0 | 0 | 0.68 |
| HSL | 180º | 0.8% | 0.18% | - |
| HSV(B) | 180º | 0.89% | 0.32% | - |
| XYZ | 4.54 | 6.54 | 8.81 | - |
| YUV | 59.47 | 140.15 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 81 | 0.89 | 0 | 0 | 0.68 | 180 | 0.8 | 0.18 |
| Hex | 9 | 51 | 51 | 59 | 0 | 0 | 44 | B4 | 50 | 12 |
| Octal | 11 | 121 | 121 | 131 | 0 | 0 | 104 | 264 | 120 | 22 |
| Binary | 1001 | 1010001 | 1010001 | 1011001 | 0 | 0 | 1000100 | 10110100 | 1010000 | 10010 |
Color Harmonies of #095151
Complementary color
Monochromatic Colors of #095151
Black with #095151
Text Example
Text Example
White with #095151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095151; }
p { color: rgb(9,81,81); }
H1.HeaderClassName
{
color: #095151;
}
.AnyTagClassName
{
color: #095151;
}
</style>
background-color css
<style>
a { background-color: #095151; }
a { background-color: rgb(9,81,81); }
div.DivClassName
{
background-color: #095151;
}
.BgClassName
{
background-color: #095151;
}
</style>
border-color css
<style>
span { border-color: #095151; }
span { border-color: rgb(9,81,81); }
td.TdClassName
{
border-color: #095151;
}
.TagClassName
{
border-color: #095151;
}
</style>