Shades of Sherpa Blue #095257
Tints of Sherpa Blue #095257
RGB
CMYK
RGB Variations
Color information
#095257 (or 0x095257) is known color: Sherpa Blue. HEX triplet: 09, 52 and 57. RGB value is (9,82,87). Sum of RGB (Red+Green+Blue) = 9+82+87=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #095257 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095257 is #F6ADA8. Grayscale: #3C3C3C. Windows color (decimal): -16166313 or 5722633. OLE color: 5722633.
HSL color Cylindrical-coordinate representation of color #095257: hue angle of 183.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095257 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 82 | 87 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.66 |
| HSL | 183.85º | 0.81% | 0.19% | - |
| HSV(B) | 183.85º | 0.9% | 0.34% | - |
| XYZ | 4.85 | 6.78 | 10.07 | - |
| YUV | 60.74 | 142.82 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 87 | 0.90 | 0.06 | 0 | 0.66 | 183.85 | 0.81 | 0.19 |
| Hex | 9 | 52 | 57 | 5A | 6 | 0 | 42 | B8 | 51 | 13 |
| Octal | 11 | 122 | 127 | 132 | 6 | 0 | 102 | 270 | 121 | 23 |
| Binary | 1001 | 1010010 | 1010111 | 1011010 | 110 | 0 | 1000010 | 10111000 | 1010001 | 10011 |
Color Harmonies of #095257
Complementary color
Monochromatic Colors of #095257
Black with #095257
Text Example
Text Example
White with #095257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095257; }
p { color: rgb(9,82,87); }
H1.HeaderClassName
{
color: #095257;
}
.AnyTagClassName
{
color: #095257;
}
</style>
background-color css
<style>
a { background-color: #095257; }
a { background-color: rgb(9,82,87); }
div.DivClassName
{
background-color: #095257;
}
.BgClassName
{
background-color: #095257;
}
</style>
border-color css
<style>
span { border-color: #095257; }
span { border-color: rgb(9,82,87); }
td.TdClassName
{
border-color: #095257;
}
.TagClassName
{
border-color: #095257;
}
</style>