Shades of Sherpa Blue #094354
Tints of Sherpa Blue #094354
RGB
CMYK
RGB Variations
Color information
#094354 (or 0x094354) is known color: Sherpa Blue. HEX triplet: 09, 43 and 54. RGB value is (9,67,84). Sum of RGB (Red+Green+Blue) = 9+67+84=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 67 (26.56% from 255 or 41.88% from 160); Blue value is 84 (33.20% from 255 or 52.5% from 160); Max value from RGB is 84 - color contains mainly: blue. Hex color #094354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094354 is #F6BCAB. Grayscale: #333333. Windows color (decimal): -16170156 or 5522185. OLE color: 5522185.
HSL color Cylindrical-coordinate representation of color #094354: hue angle of 193.6º 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 #094354 is Cyan = 0.89, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 67 | 84 | - |
| CMYK | 0.89 | 0.20 | 0 | 0.67 |
| HSL | 193.6º | 0.81% | 0.18% | - |
| HSV(B) | 193.6º | 0.89% | 0.33% | - |
| XYZ | 3.72 | 4.71 | 9.1 | - |
| YUV | 51.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 84 | 0.89 | 0.20 | 0 | 0.67 | 193.6 | 0.81 | 0.18 |
| Hex | 9 | 43 | 54 | 59 | 14 | 0 | 43 | C2 | 51 | 12 |
| Octal | 11 | 103 | 124 | 131 | 24 | 0 | 103 | 302 | 121 | 22 |
| Binary | 1001 | 1000011 | 1010100 | 1011001 | 10100 | 0 | 1000011 | 11000010 | 1010001 | 10010 |
Color Harmonies of #094354
Complementary color
Monochromatic Colors of #094354
Black with #094354
Text Example
Text Example
White with #094354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094354; }
p { color: rgb(9,67,84); }
H1.HeaderClassName
{
color: #094354;
}
.AnyTagClassName
{
color: #094354;
}
</style>
background-color css
<style>
a { background-color: #094354; }
a { background-color: rgb(9,67,84); }
div.DivClassName
{
background-color: #094354;
}
.BgClassName
{
background-color: #094354;
}
</style>
border-color css
<style>
span { border-color: #094354; }
span { border-color: rgb(9,67,84); }
td.TdClassName
{
border-color: #094354;
}
.TagClassName
{
border-color: #094354;
}
</style>