Shades of Sherpa Blue #095051
Tints of Sherpa Blue #095051
RGB
CMYK
RGB Variations
Color information
#095051 (or 0x095051) is known color: Sherpa Blue. HEX triplet: 09, 50 and 51. RGB value is (9,80,81). Sum of RGB (Red+Green+Blue) = 9+80+81=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 80 (31.64% from 255 or 47.06% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #095051 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095051 is #F6AFAE. Grayscale: #3A3A3A. Windows color (decimal): -16166831 or 5328905. OLE color: 5328905.
HSL color Cylindrical-coordinate representation of color #095051: hue angle of 180.83º 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 #095051 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 80 | 81 | - |
| CMYK | 0.89 | 0.01 | 0 | 0.68 |
| HSL | 180.83º | 0.8% | 0.18% | - |
| HSV(B) | 180.83º | 0.89% | 0.32% | - |
| XYZ | 4.47 | 6.39 | 8.78 | - |
| YUV | 58.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 81 | 0.89 | 0.01 | 0 | 0.68 | 180.83 | 0.8 | 0.18 |
| Hex | 9 | 50 | 51 | 59 | 1 | 0 | 44 | B5 | 50 | 12 |
| Octal | 11 | 120 | 121 | 131 | 1 | 0 | 104 | 265 | 120 | 22 |
| Binary | 1001 | 1010000 | 1010001 | 1011001 | 1 | 0 | 1000100 | 10110101 | 1010000 | 10010 |
Color Harmonies of #095051
Complementary color
Monochromatic Colors of #095051
Black with #095051
Text Example
Text Example
White with #095051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095051; }
p { color: rgb(9,80,81); }
H1.HeaderClassName
{
color: #095051;
}
.AnyTagClassName
{
color: #095051;
}
</style>
background-color css
<style>
a { background-color: #095051; }
a { background-color: rgb(9,80,81); }
div.DivClassName
{
background-color: #095051;
}
.BgClassName
{
background-color: #095051;
}
</style>
border-color css
<style>
span { border-color: #095051; }
span { border-color: rgb(9,80,81); }
td.TdClassName
{
border-color: #095051;
}
.TagClassName
{
border-color: #095051;
}
</style>