Shades of Sherpa Blue #094956
Tints of Sherpa Blue #094956
RGB
CMYK
RGB Variations
Color information
#094956 (or 0x094956) is known color: Sherpa Blue. HEX triplet: 09, 49 and 56. RGB value is (9,73,86). Sum of RGB (Red+Green+Blue) = 9+73+86=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #094956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094956 is #F6B6A9. Grayscale: #373737. Windows color (decimal): -16168618 or 5654793. OLE color: 5654793.
HSL color Cylindrical-coordinate representation of color #094956: hue angle of 190.13º 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 #094956 is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 73 | 86 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.66 |
| HSL | 190.13º | 0.81% | 0.19% | - |
| HSV(B) | 190.13º | 0.9% | 0.34% | - |
| XYZ | 4.17 | 5.5 | 9.64 | - |
| YUV | 55.35 | 145.3 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 86 | 0.90 | 0.15 | 0 | 0.66 | 190.13 | 0.81 | 0.19 |
| Hex | 9 | 49 | 56 | 5A | F | 0 | 42 | BE | 51 | 13 |
| Octal | 11 | 111 | 126 | 132 | 17 | 0 | 102 | 276 | 121 | 23 |
| Binary | 1001 | 1001001 | 1010110 | 1011010 | 1111 | 0 | 1000010 | 10111110 | 1010001 | 10011 |
Color Harmonies of #094956
Complementary color
Monochromatic Colors of #094956
Black with #094956
Text Example
Text Example
White with #094956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094956; }
p { color: rgb(9,73,86); }
H1.HeaderClassName
{
color: #094956;
}
.AnyTagClassName
{
color: #094956;
}
</style>
background-color css
<style>
a { background-color: #094956; }
a { background-color: rgb(9,73,86); }
div.DivClassName
{
background-color: #094956;
}
.BgClassName
{
background-color: #094956;
}
</style>
border-color css
<style>
span { border-color: #094956; }
span { border-color: rgb(9,73,86); }
td.TdClassName
{
border-color: #094956;
}
.TagClassName
{
border-color: #094956;
}
</style>