Shades of Sherpa Blue #095251
Tints of Sherpa Blue #095251
RGB
CMYK
RGB Variations
Color information
#095251 (or 0x095251) is known color: Sherpa Blue. HEX triplet: 09, 52 and 51. RGB value is (9,82,81). Sum of RGB (Red+Green+Blue) = 9+82+81=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 82 (32.42% from 255 or 47.67% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 82 - color contains mainly: green. Hex color #095251 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095251 is #F6ADAE. Grayscale: #3B3B3B. Windows color (decimal): -16166319 or 5329417. OLE color: 5329417.
HSL color Cylindrical-coordinate representation of color #095251: hue angle of 179.18º 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 #095251 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 82 | 81 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.68 |
| HSL | 179.18º | 0.8% | 0.18% | - |
| HSV(B) | 179.18º | 0.89% | 0.32% | - |
| XYZ | 4.62 | 6.69 | 8.83 | - |
| YUV | 60.06 | 139.82 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 81 | 0.89 | 0 | 0.01 | 0.68 | 179.18 | 0.8 | 0.18 |
| Hex | 9 | 52 | 51 | 59 | 0 | 1 | 44 | B3 | 50 | 12 |
| Octal | 11 | 122 | 121 | 131 | 0 | 1 | 104 | 263 | 120 | 22 |
| Binary | 1001 | 1010010 | 1010001 | 1011001 | 0 | 1 | 1000100 | 10110011 | 1010000 | 10010 |
Color Harmonies of #095251
Complementary color
Monochromatic Colors of #095251
Black with #095251
Text Example
Text Example
White with #095251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095251; }
p { color: rgb(9,82,81); }
H1.HeaderClassName
{
color: #095251;
}
.AnyTagClassName
{
color: #095251;
}
</style>
background-color css
<style>
a { background-color: #095251; }
a { background-color: rgb(9,82,81); }
div.DivClassName
{
background-color: #095251;
}
.BgClassName
{
background-color: #095251;
}
</style>
border-color css
<style>
span { border-color: #095251; }
span { border-color: rgb(9,82,81); }
td.TdClassName
{
border-color: #095251;
}
.TagClassName
{
border-color: #095251;
}
</style>