Shades of Sherpa Blue #094555
Tints of Sherpa Blue #094555
RGB
CMYK
RGB Variations
Color information
#094555 (or 0x094555) is known color: Sherpa Blue. HEX triplet: 09, 45 and 55. RGB value is (9,69,85). Sum of RGB (Red+Green+Blue) = 9+69+85=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #094555 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094555 is #F6BAAA. Grayscale: #343434. Windows color (decimal): -16169643 or 5588233. OLE color: 5588233.
HSL color Cylindrical-coordinate representation of color #094555: hue angle of 192.63º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094555 is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 69 | 85 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.67 |
| HSL | 192.63º | 0.81% | 0.18% | - |
| HSV(B) | 192.63º | 0.89% | 0.33% | - |
| XYZ | 3.88 | 4.97 | 9.35 | - |
| YUV | 52.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 85 | 0.89 | 0.19 | 0 | 0.67 | 192.63 | 0.81 | 0.18 |
| Hex | 9 | 45 | 55 | 59 | 13 | 0 | 43 | C1 | 51 | 12 |
| Octal | 11 | 105 | 125 | 131 | 23 | 0 | 103 | 301 | 121 | 22 |
| Binary | 1001 | 1000101 | 1010101 | 1011001 | 10011 | 0 | 1000011 | 11000001 | 1010001 | 10010 |
Color Harmonies of #094555
Complementary color
Monochromatic Colors of #094555
Black with #094555
Text Example
Text Example
White with #094555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094555; }
p { color: rgb(9,69,85); }
H1.HeaderClassName
{
color: #094555;
}
.AnyTagClassName
{
color: #094555;
}
</style>
background-color css
<style>
a { background-color: #094555; }
a { background-color: rgb(9,69,85); }
div.DivClassName
{
background-color: #094555;
}
.BgClassName
{
background-color: #094555;
}
</style>
border-color css
<style>
span { border-color: #094555; }
span { border-color: rgb(9,69,85); }
td.TdClassName
{
border-color: #094555;
}
.TagClassName
{
border-color: #094555;
}
</style>