Shades of Sherpa Blue #09475B
Tints of Sherpa Blue #09475B
RGB
CMYK
RGB Variations
Color information
#09475B (or 0x09475B) is known color: Sherpa Blue. HEX triplet: 09, 47 and 5B. RGB value is (9,71,91). Sum of RGB (Red+Green+Blue) = 9+71+91=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 71 (28.12% from 255 or 41.52% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #09475B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09475B is #F6B8A4. Grayscale: #363636. Windows color (decimal): -16169125 or 5981961. OLE color: 5981961.
HSL color Cylindrical-coordinate representation of color #09475B: hue angle of 194.63º 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 #09475B is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 71 | 91 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.64 |
| HSL | 194.63º | 0.82% | 0.2% | - |
| HSV(B) | 194.63º | 0.9% | 0.36% | - |
| XYZ | 4.25 | 5.32 | 10.7 | - |
| YUV | 54.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 91 | 0.90 | 0.22 | 0 | 0.64 | 194.63 | 0.82 | 0.2 |
| Hex | 9 | 47 | 5B | 5A | 16 | 0 | 40 | C3 | 52 | 14 |
| Octal | 11 | 107 | 133 | 132 | 26 | 0 | 100 | 303 | 122 | 24 |
| Binary | 1001 | 1000111 | 1011011 | 1011010 | 10110 | 0 | 1000000 | 11000011 | 1010010 | 10100 |
Color Harmonies of #09475B
Complementary color
Monochromatic Colors of #09475B
Black with #09475B
Text Example
Text Example
White with #09475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09475B; }
p { color: rgb(9,71,91); }
H1.HeaderClassName
{
color: #09475B;
}
.AnyTagClassName
{
color: #09475B;
}
</style>
background-color css
<style>
a { background-color: #09475B; }
a { background-color: rgb(9,71,91); }
div.DivClassName
{
background-color: #09475B;
}
.BgClassName
{
background-color: #09475B;
}
</style>
border-color css
<style>
span { border-color: #09475B; }
span { border-color: rgb(9,71,91); }
td.TdClassName
{
border-color: #09475B;
}
.TagClassName
{
border-color: #09475B;
}
</style>