Shades of Sherpa Blue #09475C
Tints of Sherpa Blue #09475C
RGB
CMYK
RGB Variations
Color information
#09475C (or 0x09475C) is known color: Sherpa Blue. HEX triplet: 09, 47 and 5C. RGB value is (9,71,92). Sum of RGB (Red+Green+Blue) = 9+71+92=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 71 (28.12% from 255 or 41.28% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #09475C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09475C is #F6B8A3. Grayscale: #363636. Windows color (decimal): -16169124 or 6047497. OLE color: 6047497.
HSL color Cylindrical-coordinate representation of color #09475C: hue angle of 195.18º 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 #09475C is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 71 | 92 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.64 |
| HSL | 195.18º | 0.82% | 0.2% | - |
| HSV(B) | 195.18º | 0.9% | 0.36% | - |
| XYZ | 4.3 | 5.34 | 10.93 | - |
| YUV | 54.86 | 148.96 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 92 | 0.90 | 0.23 | 0 | 0.64 | 195.18 | 0.82 | 0.2 |
| Hex | 9 | 47 | 5C | 5A | 17 | 0 | 40 | C3 | 52 | 14 |
| Octal | 11 | 107 | 134 | 132 | 27 | 0 | 100 | 303 | 122 | 24 |
| Binary | 1001 | 1000111 | 1011100 | 1011010 | 10111 | 0 | 1000000 | 11000011 | 1010010 | 10100 |
Color Harmonies of #09475C
Complementary color
Monochromatic Colors of #09475C
Black with #09475C
Text Example
Text Example
White with #09475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09475C; }
p { color: rgb(9,71,92); }
H1.HeaderClassName
{
color: #09475C;
}
.AnyTagClassName
{
color: #09475C;
}
</style>
background-color css
<style>
a { background-color: #09475C; }
a { background-color: rgb(9,71,92); }
div.DivClassName
{
background-color: #09475C;
}
.BgClassName
{
background-color: #09475C;
}
</style>
border-color css
<style>
span { border-color: #09475C; }
span { border-color: rgb(9,71,92); }
td.TdClassName
{
border-color: #09475C;
}
.TagClassName
{
border-color: #09475C;
}
</style>