Shades of Sherpa Blue #095358
Tints of Sherpa Blue #095358
RGB
CMYK
RGB Variations
Color information
#095358 (or 0x095358) is known color: Sherpa Blue. HEX triplet: 09, 53 and 58. RGB value is (9,83,88). Sum of RGB (Red+Green+Blue) = 9+83+88=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 88 (34.77% from 255 or 48.89% from 180); Max value from RGB is 88 - color contains mainly: blue. Hex color #095358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095358 is #F6ACA7. Grayscale: #3D3D3D. Windows color (decimal): -16166056 or 5788425. OLE color: 5788425.
HSL color Cylindrical-coordinate representation of color #095358: hue angle of 183.8º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #095358 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 83 | 88 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.65 |
| HSL | 183.8º | 0.81% | 0.19% | - |
| HSV(B) | 183.8º | 0.9% | 0.35% | - |
| XYZ | 4.97 | 6.95 | 10.31 | - |
| YUV | 61.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 88 | 0.90 | 0.06 | 0 | 0.65 | 183.8 | 0.81 | 0.19 |
| Hex | 9 | 53 | 58 | 5A | 6 | 0 | 41 | B8 | 51 | 13 |
| Octal | 11 | 123 | 130 | 132 | 6 | 0 | 101 | 270 | 121 | 23 |
| Binary | 1001 | 1010011 | 1011000 | 1011010 | 110 | 0 | 1000001 | 10111000 | 1010001 | 10011 |
Color Harmonies of #095358
Complementary color
Monochromatic Colors of #095358
Black with #095358
Text Example
Text Example
White with #095358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095358; }
p { color: rgb(9,83,88); }
H1.HeaderClassName
{
color: #095358;
}
.AnyTagClassName
{
color: #095358;
}
</style>
background-color css
<style>
a { background-color: #095358; }
a { background-color: rgb(9,83,88); }
div.DivClassName
{
background-color: #095358;
}
.BgClassName
{
background-color: #095358;
}
</style>
border-color css
<style>
span { border-color: #095358; }
span { border-color: rgb(9,83,88); }
td.TdClassName
{
border-color: #095358;
}
.TagClassName
{
border-color: #095358;
}
</style>