Shades of Sherpa Blue #094351
Tints of Sherpa Blue #094351
RGB
CMYK
RGB Variations
Color information
#094351 (or 0x094351) is known color: Sherpa Blue. HEX triplet: 09, 43 and 51. RGB value is (9,67,81). Sum of RGB (Red+Green+Blue) = 9+67+81=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 67 (26.56% from 255 or 42.68% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #094351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094351 is #F6BCAE. Grayscale: #333333. Windows color (decimal): -16170159 or 5325577. OLE color: 5325577.
HSL color Cylindrical-coordinate representation of color #094351: hue angle of 191.67º 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 #094351 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 67 | 81 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.68 |
| HSL | 191.67º | 0.8% | 0.18% | - |
| HSV(B) | 191.67º | 0.89% | 0.32% | - |
| XYZ | 3.61 | 4.67 | 8.5 | - |
| YUV | 51.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 81 | 0.89 | 0.17 | 0 | 0.68 | 191.67 | 0.8 | 0.18 |
| Hex | 9 | 43 | 51 | 59 | 11 | 0 | 44 | C0 | 50 | 12 |
| Octal | 11 | 103 | 121 | 131 | 21 | 0 | 104 | 300 | 120 | 22 |
| Binary | 1001 | 1000011 | 1010001 | 1011001 | 10001 | 0 | 1000100 | 11000000 | 1010000 | 10010 |
Color Harmonies of #094351
Complementary color
Monochromatic Colors of #094351
Black with #094351
Text Example
Text Example
White with #094351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094351; }
p { color: rgb(9,67,81); }
H1.HeaderClassName
{
color: #094351;
}
.AnyTagClassName
{
color: #094351;
}
</style>
background-color css
<style>
a { background-color: #094351; }
a { background-color: rgb(9,67,81); }
div.DivClassName
{
background-color: #094351;
}
.BgClassName
{
background-color: #094351;
}
</style>
border-color css
<style>
span { border-color: #094351; }
span { border-color: rgb(9,67,81); }
td.TdClassName
{
border-color: #094351;
}
.TagClassName
{
border-color: #094351;
}
</style>