Shades of Sherpa Blue #09465B
Tints of Sherpa Blue #09465B
RGB
CMYK
RGB Variations
Color information
#09465B (or 0x09465B) is known color: Sherpa Blue. HEX triplet: 09, 46 and 5B. RGB value is (9,70,91). Sum of RGB (Red+Green+Blue) = 9+70+91=170 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.29% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #09465B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09465B is #F6B9A4. Grayscale: #363636. Windows color (decimal): -16169381 or 5981705. OLE color: 5981705.
HSL color Cylindrical-coordinate representation of color #09465B: hue angle of 195.37º 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 #09465B is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 70 | 91 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.64 |
| HSL | 195.37º | 0.82% | 0.2% | - |
| HSV(B) | 195.37º | 0.9% | 0.36% | - |
| XYZ | 4.19 | 5.19 | 10.68 | - |
| YUV | 54.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 91 | 0.90 | 0.23 | 0 | 0.64 | 195.37 | 0.82 | 0.2 |
| Hex | 9 | 46 | 5B | 5A | 17 | 0 | 40 | C3 | 52 | 14 |
| Octal | 11 | 106 | 133 | 132 | 27 | 0 | 100 | 303 | 122 | 24 |
| Binary | 1001 | 1000110 | 1011011 | 1011010 | 10111 | 0 | 1000000 | 11000011 | 1010010 | 10100 |
Color Harmonies of #09465B
Complementary color
Monochromatic Colors of #09465B
Black with #09465B
Text Example
Text Example
White with #09465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09465B; }
p { color: rgb(9,70,91); }
H1.HeaderClassName
{
color: #09465B;
}
.AnyTagClassName
{
color: #09465B;
}
</style>
background-color css
<style>
a { background-color: #09465B; }
a { background-color: rgb(9,70,91); }
div.DivClassName
{
background-color: #09465B;
}
.BgClassName
{
background-color: #09465B;
}
</style>
border-color css
<style>
span { border-color: #09465B; }
span { border-color: rgb(9,70,91); }
td.TdClassName
{
border-color: #09465B;
}
.TagClassName
{
border-color: #09465B;
}
</style>