Shades of Sherpa Blue #09485A
Tints of Sherpa Blue #09485A
RGB
CMYK
RGB Variations
Color information
#09485A (or 0x09485A) is known color: Sherpa Blue. HEX triplet: 09, 48 and 5A. RGB value is (9,72,90). Sum of RGB (Red+Green+Blue) = 9+72+90=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 90 (35.55% from 255 or 52.63% from 171); Max value from RGB is 90 - color contains mainly: blue. Hex color #09485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09485A is #F6B7A5. Grayscale: #373737. Windows color (decimal): -16168870 or 5916681. OLE color: 5916681.
HSL color Cylindrical-coordinate representation of color #09485A: hue angle of 193.33º 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 #09485A is Cyan = 0.9, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 9 | 72 | 90 | - |
| CMYK | 0.9 | 0.20 | 0 | 0.65 |
| HSL | 193.33º | 0.82% | 0.19% | - |
| HSV(B) | 193.33º | 0.9% | 0.35% | - |
| XYZ | 4.28 | 5.43 | 10.5 | - |
| YUV | 55.22 | 147.63 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 90 | 0.9 | 0.20 | 0 | 0.65 | 193.33 | 0.82 | 0.19 |
| Hex | 9 | 48 | 5A | 5A | 14 | 0 | 41 | C1 | 52 | 13 |
| Octal | 11 | 110 | 132 | 132 | 24 | 0 | 101 | 301 | 122 | 23 |
| Binary | 1001 | 1001000 | 1011010 | 1011010 | 10100 | 0 | 1000001 | 11000001 | 1010010 | 10011 |
Color Harmonies of #09485A
Complementary color
Monochromatic Colors of #09485A
Black with #09485A
Text Example
Text Example
White with #09485A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09485A; }
p { color: rgb(9,72,90); }
H1.HeaderClassName
{
color: #09485A;
}
.AnyTagClassName
{
color: #09485A;
}
</style>
background-color css
<style>
a { background-color: #09485A; }
a { background-color: rgb(9,72,90); }
div.DivClassName
{
background-color: #09485A;
}
.BgClassName
{
background-color: #09485A;
}
</style>
border-color css
<style>
span { border-color: #09485A; }
span { border-color: rgb(9,72,90); }
td.TdClassName
{
border-color: #09485A;
}
.TagClassName
{
border-color: #09485A;
}
</style>