Shades of Sherpa Blue #094653
Tints of Sherpa Blue #094653
RGB
CMYK
RGB Variations
Color information
#094653 (or 0x094653) is known color: Sherpa Blue. HEX triplet: 09, 46 and 53. RGB value is (9,70,83). Sum of RGB (Red+Green+Blue) = 9+70+83=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 83 (32.81% from 255 or 51.23% from 162); Max value from RGB is 83 - color contains mainly: blue. Hex color #094653 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094653 is #F6B9AC. Grayscale: #353535. Windows color (decimal): -16169389 or 5457417. OLE color: 5457417.
HSL color Cylindrical-coordinate representation of color #094653: hue angle of 190.54º degrees, saturation: 0.8, 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 #094653 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 9 | 70 | 83 | - |
| CMYK | 0.89 | 0.16 | 0 | 0.67 |
| HSL | 190.54º | 0.8% | 0.18% | - |
| HSV(B) | 190.54º | 0.89% | 0.33% | - |
| XYZ | 3.86 | 5.06 | 8.96 | - |
| YUV | 53.24 | 144.79 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 83 | 0.89 | 0.16 | 0 | 0.67 | 190.54 | 0.8 | 0.18 |
| Hex | 9 | 46 | 53 | 59 | 10 | 0 | 43 | BF | 50 | 12 |
| Octal | 11 | 106 | 123 | 131 | 20 | 0 | 103 | 277 | 120 | 22 |
| Binary | 1001 | 1000110 | 1010011 | 1011001 | 10000 | 0 | 1000011 | 10111111 | 1010000 | 10010 |
Color Harmonies of #094653
Complementary color
Monochromatic Colors of #094653
Black with #094653
Text Example
Text Example
White with #094653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094653; }
p { color: rgb(9,70,83); }
H1.HeaderClassName
{
color: #094653;
}
.AnyTagClassName
{
color: #094653;
}
</style>
background-color css
<style>
a { background-color: #094653; }
a { background-color: rgb(9,70,83); }
div.DivClassName
{
background-color: #094653;
}
.BgClassName
{
background-color: #094653;
}
</style>
border-color css
<style>
span { border-color: #094653; }
span { border-color: rgb(9,70,83); }
td.TdClassName
{
border-color: #094653;
}
.TagClassName
{
border-color: #094653;
}
</style>