Shades of Sherpa Blue #094558
Tints of Sherpa Blue #094558
RGB
CMYK
RGB Variations
Color information
#094558 (or 0x094558) is known color: Sherpa Blue. HEX triplet: 09, 45 and 58. RGB value is (9,69,88). Sum of RGB (Red+Green+Blue) = 9+69+88=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #094558 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094558 is #F6BAA7. Grayscale: #353535. Windows color (decimal): -16169640 or 5784841. OLE color: 5784841.
HSL color Cylindrical-coordinate representation of color #094558: hue angle of 194.43º degrees, saturation: 0.81, 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 #094558 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 69 | 88 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.65 |
| HSL | 194.43º | 0.81% | 0.19% | - |
| HSV(B) | 194.43º | 0.9% | 0.35% | - |
| XYZ | 4 | 5.02 | 9.99 | - |
| YUV | 53.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 88 | 0.90 | 0.22 | 0 | 0.65 | 194.43 | 0.81 | 0.19 |
| Hex | 9 | 45 | 58 | 5A | 16 | 0 | 41 | C2 | 51 | 13 |
| Octal | 11 | 105 | 130 | 132 | 26 | 0 | 101 | 302 | 121 | 23 |
| Binary | 1001 | 1000101 | 1011000 | 1011010 | 10110 | 0 | 1000001 | 11000010 | 1010001 | 10011 |
Color Harmonies of #094558
Complementary color
Monochromatic Colors of #094558
Black with #094558
Text Example
Text Example
White with #094558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094558; }
p { color: rgb(9,69,88); }
H1.HeaderClassName
{
color: #094558;
}
.AnyTagClassName
{
color: #094558;
}
</style>
background-color css
<style>
a { background-color: #094558; }
a { background-color: rgb(9,69,88); }
div.DivClassName
{
background-color: #094558;
}
.BgClassName
{
background-color: #094558;
}
</style>
border-color css
<style>
span { border-color: #094558; }
span { border-color: rgb(9,69,88); }
td.TdClassName
{
border-color: #094558;
}
.TagClassName
{
border-color: #094558;
}
</style>