Shades of Sherpa Blue #094250
Tints of Sherpa Blue #094250
RGB
CMYK
RGB Variations
Color information
#094250 (or 0x094250) is known color: Sherpa Blue. HEX triplet: 09, 42 and 50. RGB value is (9,66,80). Sum of RGB (Red+Green+Blue) = 9+66+80=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #094250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094250 is #F6BDAF. Grayscale: #323232. Windows color (decimal): -16170416 or 5259785. OLE color: 5259785.
HSL color Cylindrical-coordinate representation of color #094250: hue angle of 191.83º 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 #094250 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 66 | 80 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.69 |
| HSL | 191.83º | 0.8% | 0.17% | - |
| HSV(B) | 191.83º | 0.89% | 0.31% | - |
| XYZ | 3.51 | 4.53 | 8.28 | - |
| YUV | 50.55 | 144.62 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 80 | 0.89 | 0.17 | 0 | 0.69 | 191.83 | 0.8 | 0.17 |
| Hex | 9 | 42 | 50 | 59 | 11 | 0 | 45 | C0 | 50 | 11 |
| Octal | 11 | 102 | 120 | 131 | 21 | 0 | 105 | 300 | 120 | 21 |
| Binary | 1001 | 1000010 | 1010000 | 1011001 | 10001 | 0 | 1000101 | 11000000 | 1010000 | 10001 |
Color Harmonies of #094250
Complementary color
Monochromatic Colors of #094250
Black with #094250
Text Example
Text Example
White with #094250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094250; }
p { color: rgb(9,66,80); }
H1.HeaderClassName
{
color: #094250;
}
.AnyTagClassName
{
color: #094250;
}
</style>
background-color css
<style>
a { background-color: #094250; }
a { background-color: rgb(9,66,80); }
div.DivClassName
{
background-color: #094250;
}
.BgClassName
{
background-color: #094250;
}
</style>
border-color css
<style>
span { border-color: #094250; }
span { border-color: rgb(9,66,80); }
td.TdClassName
{
border-color: #094250;
}
.TagClassName
{
border-color: #094250;
}
</style>