Shades of Sherpa Blue #094557
Tints of Sherpa Blue #094557
RGB
CMYK
RGB Variations
Color information
#094557 (or 0x094557) is known color: Sherpa Blue. HEX triplet: 09, 45 and 57. RGB value is (9,69,87). Sum of RGB (Red+Green+Blue) = 9+69+87=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 69 (27.34% from 255 or 41.82% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #094557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094557 is #F6BAA8. Grayscale: #343434. Windows color (decimal): -16169641 or 5719305. OLE color: 5719305.
HSL color Cylindrical-coordinate representation of color #094557: hue angle of 193.85º 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 #094557 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 69 | 87 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.66 |
| HSL | 193.85º | 0.81% | 0.19% | - |
| HSV(B) | 193.85º | 0.9% | 0.34% | - |
| XYZ | 3.96 | 5 | 9.77 | - |
| YUV | 53.11 | 147.12 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 87 | 0.90 | 0.21 | 0 | 0.66 | 193.85 | 0.81 | 0.19 |
| Hex | 9 | 45 | 57 | 5A | 15 | 0 | 42 | C2 | 51 | 13 |
| Octal | 11 | 105 | 127 | 132 | 25 | 0 | 102 | 302 | 121 | 23 |
| Binary | 1001 | 1000101 | 1010111 | 1011010 | 10101 | 0 | 1000010 | 11000010 | 1010001 | 10011 |
Color Harmonies of #094557
Complementary color
Monochromatic Colors of #094557
Black with #094557
Text Example
Text Example
White with #094557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094557; }
p { color: rgb(9,69,87); }
H1.HeaderClassName
{
color: #094557;
}
.AnyTagClassName
{
color: #094557;
}
</style>
background-color css
<style>
a { background-color: #094557; }
a { background-color: rgb(9,69,87); }
div.DivClassName
{
background-color: #094557;
}
.BgClassName
{
background-color: #094557;
}
</style>
border-color css
<style>
span { border-color: #094557; }
span { border-color: rgb(9,69,87); }
td.TdClassName
{
border-color: #094557;
}
.TagClassName
{
border-color: #094557;
}
</style>