Shades of Sherpa Blue #095154
Tints of Sherpa Blue #095154
RGB
CMYK
RGB Variations
Color information
#095154 (or 0x095154) is known color: Sherpa Blue. HEX triplet: 09, 51 and 54. RGB value is (9,81,84). Sum of RGB (Red+Green+Blue) = 9+81+84=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 81 (32.03% from 255 or 46.55% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #095154 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095154 is #F6AEAB. Grayscale: #3B3B3B. Windows color (decimal): -16166572 or 5525769. OLE color: 5525769.
HSL color Cylindrical-coordinate representation of color #095154: hue angle of 182.4º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095154 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 81 | 84 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.67 |
| HSL | 182.4º | 0.81% | 0.18% | - |
| HSV(B) | 182.4º | 0.89% | 0.33% | - |
| XYZ | 4.66 | 6.58 | 9.41 | - |
| YUV | 59.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 84 | 0.89 | 0.04 | 0 | 0.67 | 182.4 | 0.81 | 0.18 |
| Hex | 9 | 51 | 54 | 59 | 4 | 0 | 43 | B6 | 51 | 12 |
| Octal | 11 | 121 | 124 | 131 | 4 | 0 | 103 | 266 | 121 | 22 |
| Binary | 1001 | 1010001 | 1010100 | 1011001 | 100 | 0 | 1000011 | 10110110 | 1010001 | 10010 |
Color Harmonies of #095154
Complementary color
Monochromatic Colors of #095154
Black with #095154
Text Example
Text Example
White with #095154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095154; }
p { color: rgb(9,81,84); }
H1.HeaderClassName
{
color: #095154;
}
.AnyTagClassName
{
color: #095154;
}
</style>
background-color css
<style>
a { background-color: #095154; }
a { background-color: rgb(9,81,84); }
div.DivClassName
{
background-color: #095154;
}
.BgClassName
{
background-color: #095154;
}
</style>
border-color css
<style>
span { border-color: #095154; }
span { border-color: rgb(9,81,84); }
td.TdClassName
{
border-color: #095154;
}
.TagClassName
{
border-color: #095154;
}
</style>