Shades of Sherpa Blue #094A51
Tints of Sherpa Blue #094A51
RGB
CMYK
RGB Variations
Color information
#094A51 (or 0x094A51) is known color: Sherpa Blue. HEX triplet: 09, 4A and 51. RGB value is (9,74,81). Sum of RGB (Red+Green+Blue) = 9+74+81=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 74 (29.30% from 255 or 45.12% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #094A51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A51 is #F6B5AE. Grayscale: #373737. Windows color (decimal): -16168367 or 5327369. OLE color: 5327369.
HSL color Cylindrical-coordinate representation of color #094A51: hue angle of 185.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094A51 is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 74 | 81 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.68 |
| HSL | 185.83º | 0.8% | 0.18% | - |
| HSV(B) | 185.83º | 0.89% | 0.32% | - |
| XYZ | 4.05 | 5.55 | 8.64 | - |
| YUV | 55.36 | 142.47 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 81 | 0.89 | 0.09 | 0 | 0.68 | 185.83 | 0.8 | 0.18 |
| Hex | 9 | 4A | 51 | 59 | 9 | 0 | 44 | BA | 50 | 12 |
| Octal | 11 | 112 | 121 | 131 | 11 | 0 | 104 | 272 | 120 | 22 |
| Binary | 1001 | 1001010 | 1010001 | 1011001 | 1001 | 0 | 1000100 | 10111010 | 1010000 | 10010 |
Color Harmonies of #094A51
Complementary color
Monochromatic Colors of #094A51
Black with #094A51
Text Example
Text Example
White with #094A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A51; }
p { color: rgb(9,74,81); }
H1.HeaderClassName
{
color: #094A51;
}
.AnyTagClassName
{
color: #094A51;
}
</style>
background-color css
<style>
a { background-color: #094A51; }
a { background-color: rgb(9,74,81); }
div.DivClassName
{
background-color: #094A51;
}
.BgClassName
{
background-color: #094A51;
}
</style>
border-color css
<style>
span { border-color: #094A51; }
span { border-color: rgb(9,74,81); }
td.TdClassName
{
border-color: #094A51;
}
.TagClassName
{
border-color: #094A51;
}
</style>