Shades of Sherpa Blue #094A50
Tints of Sherpa Blue #094A50
RGB
CMYK
RGB Variations
Color information
#094A50 (or 0x094A50) is known color: Sherpa Blue. HEX triplet: 09, 4A and 50. RGB value is (9,74,80). Sum of RGB (Red+Green+Blue) = 9+74+80=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 74 (29.30% from 255 or 45.40% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #094A50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A50 is #F6B5AF. Grayscale: #373737. Windows color (decimal): -16168368 or 5261833. OLE color: 5261833.
HSL color Cylindrical-coordinate representation of color #094A50: hue angle of 185.07º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #094A50 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 74 | 80 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.69 |
| HSL | 185.07º | 0.8% | 0.17% | - |
| HSV(B) | 185.07º | 0.89% | 0.31% | - |
| XYZ | 4.01 | 5.53 | 8.45 | - |
| YUV | 55.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 74 | 80 | 0.89 | 0.08 | 0 | 0.69 | 185.07 | 0.8 | 0.17 |
| Hex | 9 | 4A | 50 | 59 | 8 | 0 | 45 | B9 | 50 | 11 |
| Octal | 11 | 112 | 120 | 131 | 10 | 0 | 105 | 271 | 120 | 21 |
| Binary | 1001 | 1001010 | 1010000 | 1011001 | 1000 | 0 | 1000101 | 10111001 | 1010000 | 10001 |
Color Harmonies of #094A50
Complementary color
Monochromatic Colors of #094A50
Black with #094A50
Text Example
Text Example
White with #094A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094A50; }
p { color: rgb(9,74,80); }
H1.HeaderClassName
{
color: #094A50;
}
.AnyTagClassName
{
color: #094A50;
}
</style>
background-color css
<style>
a { background-color: #094A50; }
a { background-color: rgb(9,74,80); }
div.DivClassName
{
background-color: #094A50;
}
.BgClassName
{
background-color: #094A50;
}
</style>
border-color css
<style>
span { border-color: #094A50; }
span { border-color: rgb(9,74,80); }
td.TdClassName
{
border-color: #094A50;
}
.TagClassName
{
border-color: #094A50;
}
</style>