Shades of Sherpa Blue #09455B
Tints of Sherpa Blue #09455B
RGB
CMYK
RGB Variations
Color information
#09455B (or 0x09455B) is known color: Sherpa Blue. HEX triplet: 09, 45 and 5B. RGB value is (9,69,91). Sum of RGB (Red+Green+Blue) = 9+69+91=169 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.33% from 169); Green value is 69 (27.34% from 255 or 40.83% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #09455B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09455B is #F6BAA4. Grayscale: #353535. Windows color (decimal): -16169637 or 5981449. OLE color: 5981449.
HSL color Cylindrical-coordinate representation of color #09455B: hue angle of 196.1º 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 #09455B is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 9 | 69 | 91 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.64 |
| HSL | 196.1º | 0.82% | 0.2% | - |
| HSV(B) | 196.1º | 0.9% | 0.36% | - |
| XYZ | 4.13 | 5.07 | 10.66 | - |
| YUV | 53.57 | 149.12 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 91 | 0.90 | 0.24 | 0 | 0.64 | 196.1 | 0.82 | 0.2 |
| Hex | 9 | 45 | 5B | 5A | 18 | 0 | 40 | C4 | 52 | 14 |
| Octal | 11 | 105 | 133 | 132 | 30 | 0 | 100 | 304 | 122 | 24 |
| Binary | 1001 | 1000101 | 1011011 | 1011010 | 11000 | 0 | 1000000 | 11000100 | 1010010 | 10100 |
Color Harmonies of #09455B
Complementary color
Monochromatic Colors of #09455B
Black with #09455B
Text Example
Text Example
White with #09455B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09455B; }
p { color: rgb(9,69,91); }
H1.HeaderClassName
{
color: #09455B;
}
.AnyTagClassName
{
color: #09455B;
}
</style>
background-color css
<style>
a { background-color: #09455B; }
a { background-color: rgb(9,69,91); }
div.DivClassName
{
background-color: #09455B;
}
.BgClassName
{
background-color: #09455B;
}
</style>
border-color css
<style>
span { border-color: #09455B; }
span { border-color: rgb(9,69,91); }
td.TdClassName
{
border-color: #09455B;
}
.TagClassName
{
border-color: #09455B;
}
</style>