Shades of Sherpa Blue #094E57
Tints of Sherpa Blue #094E57
RGB
CMYK
RGB Variations
Color information
#094E57 (or 0x094E57) is known color: Sherpa Blue. HEX triplet: 09, 4E and 57. RGB value is (9,78,87). Sum of RGB (Red+Green+Blue) = 9+78+87=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #094E57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E57 is #F6B1A8. Grayscale: #3A3A3A. Windows color (decimal): -16167337 or 5721609. OLE color: 5721609.
HSL color Cylindrical-coordinate representation of color #094E57: hue angle of 186.92º 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 #094E57 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 78 | 87 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.66 |
| HSL | 186.92º | 0.81% | 0.19% | - |
| HSV(B) | 186.92º | 0.9% | 0.34% | - |
| XYZ | 4.56 | 6.19 | 9.97 | - |
| YUV | 58.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 87 | 0.90 | 0.10 | 0 | 0.66 | 186.92 | 0.81 | 0.19 |
| Hex | 9 | 4E | 57 | 5A | A | 0 | 42 | BB | 51 | 13 |
| Octal | 11 | 116 | 127 | 132 | 12 | 0 | 102 | 273 | 121 | 23 |
| Binary | 1001 | 1001110 | 1010111 | 1011010 | 1010 | 0 | 1000010 | 10111011 | 1010001 | 10011 |
Color Harmonies of #094E57
Complementary color
Monochromatic Colors of #094E57
Black with #094E57
Text Example
Text Example
White with #094E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E57; }
p { color: rgb(9,78,87); }
H1.HeaderClassName
{
color: #094E57;
}
.AnyTagClassName
{
color: #094E57;
}
</style>
background-color css
<style>
a { background-color: #094E57; }
a { background-color: rgb(9,78,87); }
div.DivClassName
{
background-color: #094E57;
}
.BgClassName
{
background-color: #094E57;
}
</style>
border-color css
<style>
span { border-color: #094E57; }
span { border-color: rgb(9,78,87); }
td.TdClassName
{
border-color: #094E57;
}
.TagClassName
{
border-color: #094E57;
}
</style>