Shades of Sherpa Blue #094B57
Tints of Sherpa Blue #094B57
RGB
CMYK
RGB Variations
Color information
#094B57 (or 0x094B57) is known color: Sherpa Blue. HEX triplet: 09, 4B and 57. RGB value is (9,75,87). Sum of RGB (Red+Green+Blue) = 9+75+87=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #094B57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B57 is #F6B4A8. Grayscale: #383838. Windows color (decimal): -16168105 or 5720841. OLE color: 5720841.
HSL color Cylindrical-coordinate representation of color #094B57: hue angle of 189.23º 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 #094B57 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 75 | 87 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.66 |
| HSL | 189.23º | 0.81% | 0.19% | - |
| HSV(B) | 189.23º | 0.9% | 0.34% | - |
| XYZ | 4.35 | 5.78 | 9.9 | - |
| YUV | 56.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 75 | 87 | 0.90 | 0.14 | 0 | 0.66 | 189.23 | 0.81 | 0.19 |
| Hex | 9 | 4B | 57 | 5A | E | 0 | 42 | BD | 51 | 13 |
| Octal | 11 | 113 | 127 | 132 | 16 | 0 | 102 | 275 | 121 | 23 |
| Binary | 1001 | 1001011 | 1010111 | 1011010 | 1110 | 0 | 1000010 | 10111101 | 1010001 | 10011 |
Color Harmonies of #094B57
Complementary color
Monochromatic Colors of #094B57
Black with #094B57
Text Example
Text Example
White with #094B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094B57; }
p { color: rgb(9,75,87); }
H1.HeaderClassName
{
color: #094B57;
}
.AnyTagClassName
{
color: #094B57;
}
</style>
background-color css
<style>
a { background-color: #094B57; }
a { background-color: rgb(9,75,87); }
div.DivClassName
{
background-color: #094B57;
}
.BgClassName
{
background-color: #094B57;
}
</style>
border-color css
<style>
span { border-color: #094B57; }
span { border-color: rgb(9,75,87); }
td.TdClassName
{
border-color: #094B57;
}
.TagClassName
{
border-color: #094B57;
}
</style>