Shades of Sherpa Blue #094D5A
Tints of Sherpa Blue #094D5A
RGB
CMYK
RGB Variations
Color information
#094D5A (or 0x094D5A) is known color: Sherpa Blue. HEX triplet: 09, 4D and 5A. RGB value is (9,77,90). Sum of RGB (Red+Green+Blue) = 9+77+90=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 77 (30.47% from 255 or 43.75% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #094D5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D5A is #F6B2A5. Grayscale: #3A3A3A. Windows color (decimal): -16167590 or 5917961. OLE color: 5917961.
HSL color Cylindrical-coordinate representation of color #094D5A: hue angle of 189.63º 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 #094D5A is Cyan = 0.9, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 77 | 90 | - |
| CMYK | 0.9 | 0.14 | 0 | 0.65 |
| HSL | 189.63º | 0.82% | 0.19% | - |
| HSV(B) | 189.63º | 0.9% | 0.35% | - |
| XYZ | 4.61 | 6.1 | 10.61 | - |
| YUV | 58.15 | 145.97 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 90 | 0.9 | 0.14 | 0 | 0.65 | 189.63 | 0.82 | 0.19 |
| Hex | 9 | 4D | 5A | 5A | E | 0 | 41 | BE | 52 | 13 |
| Octal | 11 | 115 | 132 | 132 | 16 | 0 | 101 | 276 | 122 | 23 |
| Binary | 1001 | 1001101 | 1011010 | 1011010 | 1110 | 0 | 1000001 | 10111110 | 1010010 | 10011 |
Color Harmonies of #094D5A
Complementary color
Monochromatic Colors of #094D5A
Black with #094D5A
Text Example
Text Example
White with #094D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D5A; }
p { color: rgb(9,77,90); }
H1.HeaderClassName
{
color: #094D5A;
}
.AnyTagClassName
{
color: #094D5A;
}
</style>
background-color css
<style>
a { background-color: #094D5A; }
a { background-color: rgb(9,77,90); }
div.DivClassName
{
background-color: #094D5A;
}
.BgClassName
{
background-color: #094D5A;
}
</style>
border-color css
<style>
span { border-color: #094D5A; }
span { border-color: rgb(9,77,90); }
td.TdClassName
{
border-color: #094D5A;
}
.TagClassName
{
border-color: #094D5A;
}
</style>