Shades of Sherpa Blue #094E5B
Tints of Sherpa Blue #094E5B
RGB
CMYK
RGB Variations
Color information
#094E5B (or 0x094E5B) is known color: Sherpa Blue. HEX triplet: 09, 4E and 5B. RGB value is (9,78,91). Sum of RGB (Red+Green+Blue) = 9+78+91=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #094E5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E5B is #F6B1A4. Grayscale: #3A3A3A. Windows color (decimal): -16167333 or 5983753. OLE color: 5983753.
HSL color Cylindrical-coordinate representation of color #094E5B: hue angle of 189.51º 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 #094E5B is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 78 | 91 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.64 |
| HSL | 189.51º | 0.82% | 0.2% | - |
| HSV(B) | 189.51º | 0.9% | 0.36% | - |
| XYZ | 4.73 | 6.26 | 10.86 | - |
| YUV | 58.85 | 146.14 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 78 | 91 | 0.90 | 0.14 | 0 | 0.64 | 189.51 | 0.82 | 0.2 |
| Hex | 9 | 4E | 5B | 5A | E | 0 | 40 | BE | 52 | 14 |
| Octal | 11 | 116 | 133 | 132 | 16 | 0 | 100 | 276 | 122 | 24 |
| Binary | 1001 | 1001110 | 1011011 | 1011010 | 1110 | 0 | 1000000 | 10111110 | 1010010 | 10100 |
Color Harmonies of #094E5B
Complementary color
Monochromatic Colors of #094E5B
Black with #094E5B
Text Example
Text Example
White with #094E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094E5B; }
p { color: rgb(9,78,91); }
H1.HeaderClassName
{
color: #094E5B;
}
.AnyTagClassName
{
color: #094E5B;
}
</style>
background-color css
<style>
a { background-color: #094E5B; }
a { background-color: rgb(9,78,91); }
div.DivClassName
{
background-color: #094E5B;
}
.BgClassName
{
background-color: #094E5B;
}
</style>
border-color css
<style>
span { border-color: #094E5B; }
span { border-color: rgb(9,78,91); }
td.TdClassName
{
border-color: #094E5B;
}
.TagClassName
{
border-color: #094E5B;
}
</style>