Shades of Sherpa Blue #09485B
Tints of Sherpa Blue #09485B
RGB
CMYK
RGB Variations
Color information
#09485B (or 0x09485B) is known color: Sherpa Blue. HEX triplet: 09, 48 and 5B. RGB value is (9,72,91). Sum of RGB (Red+Green+Blue) = 9+72+91=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #09485B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09485B is #F6B7A4. Grayscale: #373737. Windows color (decimal): -16168869 or 5982217. OLE color: 5982217.
HSL color Cylindrical-coordinate representation of color #09485B: hue angle of 193.9º 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 #09485B is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 72 | 91 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.64 |
| HSL | 193.9º | 0.82% | 0.2% | - |
| HSV(B) | 193.9º | 0.9% | 0.36% | - |
| XYZ | 4.32 | 5.45 | 10.72 | - |
| YUV | 55.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 91 | 0.90 | 0.21 | 0 | 0.64 | 193.9 | 0.82 | 0.2 |
| Hex | 9 | 48 | 5B | 5A | 15 | 0 | 40 | C2 | 52 | 14 |
| Octal | 11 | 110 | 133 | 132 | 25 | 0 | 100 | 302 | 122 | 24 |
| Binary | 1001 | 1001000 | 1011011 | 1011010 | 10101 | 0 | 1000000 | 11000010 | 1010010 | 10100 |
Color Harmonies of #09485B
Complementary color
Monochromatic Colors of #09485B
Black with #09485B
Text Example
Text Example
White with #09485B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09485B; }
p { color: rgb(9,72,91); }
H1.HeaderClassName
{
color: #09485B;
}
.AnyTagClassName
{
color: #09485B;
}
</style>
background-color css
<style>
a { background-color: #09485B; }
a { background-color: rgb(9,72,91); }
div.DivClassName
{
background-color: #09485B;
}
.BgClassName
{
background-color: #09485B;
}
</style>
border-color css
<style>
span { border-color: #09485B; }
span { border-color: rgb(9,72,91); }
td.TdClassName
{
border-color: #09485B;
}
.TagClassName
{
border-color: #09485B;
}
</style>