Shades of Sherpa Blue #095256
Tints of Sherpa Blue #095256
RGB
CMYK
RGB Variations
Color information
#095256 (or 0x095256) is known color: Sherpa Blue. HEX triplet: 09, 52 and 56. RGB value is (9,82,86). Sum of RGB (Red+Green+Blue) = 9+82+86=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 86 (33.98% from 255 or 48.59% from 177); Max value from RGB is 86 - color contains mainly: blue. Hex color #095256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095256 is #F6ADA9. Grayscale: #3C3C3C. Windows color (decimal): -16166314 or 5657097. OLE color: 5657097.
HSL color Cylindrical-coordinate representation of color #095256: hue angle of 183.12º 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 #095256 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 82 | 86 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.66 |
| HSL | 183.12º | 0.81% | 0.19% | - |
| HSV(B) | 183.12º | 0.9% | 0.34% | - |
| XYZ | 4.81 | 6.76 | 9.86 | - |
| YUV | 60.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 86 | 0.90 | 0.05 | 0 | 0.66 | 183.12 | 0.81 | 0.19 |
| Hex | 9 | 52 | 56 | 5A | 5 | 0 | 42 | B7 | 51 | 13 |
| Octal | 11 | 122 | 126 | 132 | 5 | 0 | 102 | 267 | 121 | 23 |
| Binary | 1001 | 1010010 | 1010110 | 1011010 | 101 | 0 | 1000010 | 10110111 | 1010001 | 10011 |
Color Harmonies of #095256
Complementary color
Monochromatic Colors of #095256
Black with #095256
Text Example
Text Example
White with #095256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095256; }
p { color: rgb(9,82,86); }
H1.HeaderClassName
{
color: #095256;
}
.AnyTagClassName
{
color: #095256;
}
</style>
background-color css
<style>
a { background-color: #095256; }
a { background-color: rgb(9,82,86); }
div.DivClassName
{
background-color: #095256;
}
.BgClassName
{
background-color: #095256;
}
</style>
border-color css
<style>
span { border-color: #095256; }
span { border-color: rgb(9,82,86); }
td.TdClassName
{
border-color: #095256;
}
.TagClassName
{
border-color: #095256;
}
</style>