Shades of Sherpa Blue #09495B
Tints of Sherpa Blue #09495B
RGB
CMYK
RGB Variations
Color information
#09495B (or 0x09495B) is known color: Sherpa Blue. HEX triplet: 09, 49 and 5B. RGB value is (9,73,91). Sum of RGB (Red+Green+Blue) = 9+73+91=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 73 (28.91% from 255 or 42.20% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #09495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09495B is #F6B6A4. Grayscale: #373737. Windows color (decimal): -16168613 or 5982473. OLE color: 5982473.
HSL color Cylindrical-coordinate representation of color #09495B: hue angle of 193.17º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09495B is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 73 | 91 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.64 |
| HSL | 193.17º | 0.82% | 0.2% | - |
| HSV(B) | 193.17º | 0.9% | 0.36% | - |
| XYZ | 4.38 | 5.58 | 10.74 | - |
| YUV | 55.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 73 | 91 | 0.90 | 0.20 | 0 | 0.64 | 193.17 | 0.82 | 0.2 |
| Hex | 9 | 49 | 5B | 5A | 14 | 0 | 40 | C1 | 52 | 14 |
| Octal | 11 | 111 | 133 | 132 | 24 | 0 | 100 | 301 | 122 | 24 |
| Binary | 1001 | 1001001 | 1011011 | 1011010 | 10100 | 0 | 1000000 | 11000001 | 1010010 | 10100 |
Color Harmonies of #09495B
Complementary color
Monochromatic Colors of #09495B
Black with #09495B
Text Example
Text Example
White with #09495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09495B; }
p { color: rgb(9,73,91); }
H1.HeaderClassName
{
color: #09495B;
}
.AnyTagClassName
{
color: #09495B;
}
</style>
background-color css
<style>
a { background-color: #09495B; }
a { background-color: rgb(9,73,91); }
div.DivClassName
{
background-color: #09495B;
}
.BgClassName
{
background-color: #09495B;
}
</style>
border-color css
<style>
span { border-color: #09495B; }
span { border-color: rgb(9,73,91); }
td.TdClassName
{
border-color: #09495B;
}
.TagClassName
{
border-color: #09495B;
}
</style>