Shades of Sherpa Blue #094A56
Tints of Sherpa Blue #094A56
RGB
CMYK
RGB Variations
Color information
#094A56 (or 0x094A56) is known color: Sherpa Blue. HEX triplet: 09, 4A and 56. RGB value is (9,74,86). Sum of RGB (Red+Green+Blue) = 9+74+86=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #094A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A56 is #F6B5A9. Grayscale: #373737. Windows color (decimal): -16168362 or 5655049. OLE color: 5655049.
HSL color Cylindrical-coordinate representation of color #094A56: hue angle of 189.35º 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 #094A56 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 9 | 74 | 86 | - |
| CMYK | 0.90 | 0.14 | 0 | 0.66 |
| HSL | 189.35º | 0.81% | 0.19% | - |
| HSV(B) | 189.35º | 0.9% | 0.34% | - |
| XYZ | 4.24 | 5.63 | 9.67 | - |
| YUV | 55.93 | 144.97 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 86 | 0.90 | 0.14 | 0 | 0.66 | 189.35 | 0.81 | 0.19 |
| Hex | 9 | 4A | 56 | 5A | E | 0 | 42 | BD | 51 | 13 |
| Octal | 11 | 112 | 126 | 132 | 16 | 0 | 102 | 275 | 121 | 23 |
| Binary | 1001 | 1001010 | 1010110 | 1011010 | 1110 | 0 | 1000010 | 10111101 | 1010001 | 10011 |
Color Harmonies of #094A56
Complementary color
Monochromatic Colors of #094A56
Black with #094A56
Text Example
Text Example
White with #094A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A56; }
p { color: rgb(9,74,86); }
H1.HeaderClassName
{
color: #094A56;
}
.AnyTagClassName
{
color: #094A56;
}
</style>
background-color css
<style>
a { background-color: #094A56; }
a { background-color: rgb(9,74,86); }
div.DivClassName
{
background-color: #094A56;
}
.BgClassName
{
background-color: #094A56;
}
</style>
border-color css
<style>
span { border-color: #094A56; }
span { border-color: rgb(9,74,86); }
td.TdClassName
{
border-color: #094A56;
}
.TagClassName
{
border-color: #094A56;
}
</style>