Shades of Sherpa Blue #094D59
Tints of Sherpa Blue #094D59
RGB
CMYK
RGB Variations
Color information
#094D59 (or 0x094D59) is known color: Sherpa Blue. HEX triplet: 09, 4D and 59. RGB value is (9,77,89). Sum of RGB (Red+Green+Blue) = 9+77+89=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #094D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D59 is #F6B2A6. Grayscale: #393939. Windows color (decimal): -16167591 or 5852425. OLE color: 5852425.
HSL color Cylindrical-coordinate representation of color #094D59: hue angle of 189º degrees, saturation: 0.82, 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 #094D59 is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 77 | 89 | - |
| CMYK | 0.90 | 0.13 | 0 | 0.65 |
| HSL | 189º | 0.82% | 0.19% | - |
| HSV(B) | 189º | 0.9% | 0.35% | - |
| XYZ | 4.57 | 6.09 | 10.39 | - |
| YUV | 58.04 | 145.47 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 89 | 0.90 | 0.13 | 0 | 0.65 | 189 | 0.82 | 0.19 |
| Hex | 9 | 4D | 59 | 5A | D | 0 | 41 | BD | 52 | 13 |
| Octal | 11 | 115 | 131 | 132 | 15 | 0 | 101 | 275 | 122 | 23 |
| Binary | 1001 | 1001101 | 1011001 | 1011010 | 1101 | 0 | 1000001 | 10111101 | 1010010 | 10011 |
Color Harmonies of #094D59
Complementary color
Monochromatic Colors of #094D59
Black with #094D59
Text Example
Text Example
White with #094D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D59; }
p { color: rgb(9,77,89); }
H1.HeaderClassName
{
color: #094D59;
}
.AnyTagClassName
{
color: #094D59;
}
</style>
background-color css
<style>
a { background-color: #094D59; }
a { background-color: rgb(9,77,89); }
div.DivClassName
{
background-color: #094D59;
}
.BgClassName
{
background-color: #094D59;
}
</style>
border-color css
<style>
span { border-color: #094D59; }
span { border-color: rgb(9,77,89); }
td.TdClassName
{
border-color: #094D59;
}
.TagClassName
{
border-color: #094D59;
}
</style>