Shades of Sherpa Blue #094D5B
Tints of Sherpa Blue #094D5B
RGB
CMYK
RGB Variations
Color information
#094D5B (or 0x094D5B) is known color: Sherpa Blue. HEX triplet: 09, 4D and 5B. RGB value is (9,77,91). Sum of RGB (Red+Green+Blue) = 9+77+91=177 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.08% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #094D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D5B is #F6B2A4. Grayscale: #3A3A3A. Windows color (decimal): -16167589 or 5983497. OLE color: 5983497.
HSL color Cylindrical-coordinate representation of color #094D5B: hue angle of 190.24º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #094D5B is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 77 | 91 | - |
| CMYK | 0.90 | 0.15 | 0 | 0.64 |
| HSL | 190.24º | 0.82% | 0.2% | - |
| HSV(B) | 190.24º | 0.9% | 0.36% | - |
| XYZ | 4.65 | 6.12 | 10.83 | - |
| YUV | 58.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 77 | 91 | 0.90 | 0.15 | 0 | 0.64 | 190.24 | 0.82 | 0.2 |
| Hex | 9 | 4D | 5B | 5A | F | 0 | 40 | BE | 52 | 14 |
| Octal | 11 | 115 | 133 | 132 | 17 | 0 | 100 | 276 | 122 | 24 |
| Binary | 1001 | 1001101 | 1011011 | 1011010 | 1111 | 0 | 1000000 | 10111110 | 1010010 | 10100 |
Color Harmonies of #094D5B
Complementary color
Monochromatic Colors of #094D5B
Black with #094D5B
Text Example
Text Example
White with #094D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094D5B; }
p { color: rgb(9,77,91); }
H1.HeaderClassName
{
color: #094D5B;
}
.AnyTagClassName
{
color: #094D5B;
}
</style>
background-color css
<style>
a { background-color: #094D5B; }
a { background-color: rgb(9,77,91); }
div.DivClassName
{
background-color: #094D5B;
}
.BgClassName
{
background-color: #094D5B;
}
</style>
border-color css
<style>
span { border-color: #094D5B; }
span { border-color: rgb(9,77,91); }
td.TdClassName
{
border-color: #094D5B;
}
.TagClassName
{
border-color: #094D5B;
}
</style>