Shades of Sherpa Blue #09475A
Tints of Sherpa Blue #09475A
RGB
CMYK
RGB Variations
Color information
#09475A (or 0x09475A) is known color: Sherpa Blue. HEX triplet: 09, 47 and 5A. RGB value is (9,71,90). Sum of RGB (Red+Green+Blue) = 9+71+90=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 71 (28.12% from 255 or 41.76% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #09475A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09475A is #F6B8A5. Grayscale: #363636. Windows color (decimal): -16169126 or 5916425. OLE color: 5916425.
HSL color Cylindrical-coordinate representation of color #09475A: hue angle of 194.07º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09475A is Cyan = 0.9, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 71 | 90 | - |
| CMYK | 0.9 | 0.21 | 0 | 0.65 |
| HSL | 194.07º | 0.82% | 0.19% | - |
| HSV(B) | 194.07º | 0.9% | 0.35% | - |
| XYZ | 4.21 | 5.3 | 10.47 | - |
| YUV | 54.63 | 147.96 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 90 | 0.9 | 0.21 | 0 | 0.65 | 194.07 | 0.82 | 0.19 |
| Hex | 9 | 47 | 5A | 5A | 15 | 0 | 41 | C2 | 52 | 13 |
| Octal | 11 | 107 | 132 | 132 | 25 | 0 | 101 | 302 | 122 | 23 |
| Binary | 1001 | 1000111 | 1011010 | 1011010 | 10101 | 0 | 1000001 | 11000010 | 1010010 | 10011 |
Color Harmonies of #09475A
Complementary color
Monochromatic Colors of #09475A
Black with #09475A
Text Example
Text Example
White with #09475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09475A; }
p { color: rgb(9,71,90); }
H1.HeaderClassName
{
color: #09475A;
}
.AnyTagClassName
{
color: #09475A;
}
</style>
background-color css
<style>
a { background-color: #09475A; }
a { background-color: rgb(9,71,90); }
div.DivClassName
{
background-color: #09475A;
}
.BgClassName
{
background-color: #09475A;
}
</style>
border-color css
<style>
span { border-color: #09475A; }
span { border-color: rgb(9,71,90); }
td.TdClassName
{
border-color: #09475A;
}
.TagClassName
{
border-color: #09475A;
}
</style>