Shades of Sherpa Blue #094A54
Tints of Sherpa Blue #094A54
RGB
CMYK
RGB Variations
Color information
#094A54 (or 0x094A54) is known color: Sherpa Blue. HEX triplet: 09, 4A and 54. RGB value is (9,74,84). Sum of RGB (Red+Green+Blue) = 9+74+84=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 84 (33.20% from 255 or 50.30% from 167); Max value from RGB is 84 - color contains mainly: blue. Hex color #094A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A54 is #F6B5AB. Grayscale: #373737. Windows color (decimal): -16168364 or 5523977. OLE color: 5523977.
HSL color Cylindrical-coordinate representation of color #094A54: hue angle of 188º 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 #094A54 is Cyan = 0.89, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 74 | 84 | - |
| CMYK | 0.89 | 0.12 | 0 | 0.67 |
| HSL | 188º | 0.81% | 0.18% | - |
| HSV(B) | 188º | 0.89% | 0.33% | - |
| XYZ | 4.16 | 5.6 | 9.25 | - |
| YUV | 55.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 84 | 0.89 | 0.12 | 0 | 0.67 | 188 | 0.81 | 0.18 |
| Hex | 9 | 4A | 54 | 59 | C | 0 | 43 | BC | 51 | 12 |
| Octal | 11 | 112 | 124 | 131 | 14 | 0 | 103 | 274 | 121 | 22 |
| Binary | 1001 | 1001010 | 1010100 | 1011001 | 1100 | 0 | 1000011 | 10111100 | 1010001 | 10010 |
Color Harmonies of #094A54
Complementary color
Monochromatic Colors of #094A54
Black with #094A54
Text Example
Text Example
White with #094A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A54; }
p { color: rgb(9,74,84); }
H1.HeaderClassName
{
color: #094A54;
}
.AnyTagClassName
{
color: #094A54;
}
</style>
background-color css
<style>
a { background-color: #094A54; }
a { background-color: rgb(9,74,84); }
div.DivClassName
{
background-color: #094A54;
}
.BgClassName
{
background-color: #094A54;
}
</style>
border-color css
<style>
span { border-color: #094A54; }
span { border-color: rgb(9,74,84); }
td.TdClassName
{
border-color: #094A54;
}
.TagClassName
{
border-color: #094A54;
}
</style>