Shades of Sherpa Blue #094659
Tints of Sherpa Blue #094659
RGB
CMYK
RGB Variations
Color information
#094659 (or 0x094659) is known color: Sherpa Blue. HEX triplet: 09, 46 and 59. RGB value is (9,70,89). Sum of RGB (Red+Green+Blue) = 9+70+89=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 70 (27.73% from 255 or 41.67% from 168); Blue value is 89 (35.16% from 255 or 52.98% from 168); Max value from RGB is 89 - color contains mainly: blue. Hex color #094659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094659 is #F6B9A6. Grayscale: #353535. Windows color (decimal): -16169383 or 5850633. OLE color: 5850633.
HSL color Cylindrical-coordinate representation of color #094659: hue angle of 194.25º degrees, saturation: 0.82, 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 #094659 is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 70 | 89 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.65 |
| HSL | 194.25º | 0.82% | 0.19% | - |
| HSV(B) | 194.25º | 0.9% | 0.35% | - |
| XYZ | 4.11 | 5.16 | 10.23 | - |
| YUV | 53.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 89 | 0.90 | 0.21 | 0 | 0.65 | 194.25 | 0.82 | 0.19 |
| Hex | 9 | 46 | 59 | 5A | 15 | 0 | 41 | C2 | 52 | 13 |
| Octal | 11 | 106 | 131 | 132 | 25 | 0 | 101 | 302 | 122 | 23 |
| Binary | 1001 | 1000110 | 1011001 | 1011010 | 10101 | 0 | 1000001 | 11000010 | 1010010 | 10011 |
Color Harmonies of #094659
Complementary color
Monochromatic Colors of #094659
Black with #094659
Text Example
Text Example
White with #094659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094659; }
p { color: rgb(9,70,89); }
H1.HeaderClassName
{
color: #094659;
}
.AnyTagClassName
{
color: #094659;
}
</style>
background-color css
<style>
a { background-color: #094659; }
a { background-color: rgb(9,70,89); }
div.DivClassName
{
background-color: #094659;
}
.BgClassName
{
background-color: #094659;
}
</style>
border-color css
<style>
span { border-color: #094659; }
span { border-color: rgb(9,70,89); }
td.TdClassName
{
border-color: #094659;
}
.TagClassName
{
border-color: #094659;
}
</style>