Shades of Sherpa Blue #094355
Tints of Sherpa Blue #094355
RGB
CMYK
RGB Variations
Color information
#094355 (or 0x094355) is known color: Sherpa Blue. HEX triplet: 09, 43 and 55. RGB value is (9,67,85). Sum of RGB (Red+Green+Blue) = 9+67+85=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #094355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094355 is #F6BCAA. Grayscale: #333333. Windows color (decimal): -16170155 or 5587721. OLE color: 5587721.
HSL color Cylindrical-coordinate representation of color #094355: hue angle of 194.21º 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 #094355 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 67 | 85 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.67 |
| HSL | 194.21º | 0.81% | 0.18% | - |
| HSV(B) | 194.21º | 0.89% | 0.33% | - |
| XYZ | 3.76 | 4.73 | 9.31 | - |
| YUV | 51.71 | 146.78 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 85 | 0.89 | 0.21 | 0 | 0.67 | 194.21 | 0.81 | 0.18 |
| Hex | 9 | 43 | 55 | 59 | 15 | 0 | 43 | C2 | 51 | 12 |
| Octal | 11 | 103 | 125 | 131 | 25 | 0 | 103 | 302 | 121 | 22 |
| Binary | 1001 | 1000011 | 1010101 | 1011001 | 10101 | 0 | 1000011 | 11000010 | 1010001 | 10010 |
Color Harmonies of #094355
Complementary color
Monochromatic Colors of #094355
Black with #094355
Text Example
Text Example
White with #094355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094355; }
p { color: rgb(9,67,85); }
H1.HeaderClassName
{
color: #094355;
}
.AnyTagClassName
{
color: #094355;
}
</style>
background-color css
<style>
a { background-color: #094355; }
a { background-color: rgb(9,67,85); }
div.DivClassName
{
background-color: #094355;
}
.BgClassName
{
background-color: #094355;
}
</style>
border-color css
<style>
span { border-color: #094355; }
span { border-color: rgb(9,67,85); }
td.TdClassName
{
border-color: #094355;
}
.TagClassName
{
border-color: #094355;
}
</style>