Shades of Sherpa Blue #09454D
Tints of Sherpa Blue #09454D
RGB
CMYK
RGB Variations
Color information
#09454D (or 0x09454D) is known color: Sherpa Blue. HEX triplet: 09, 45 and 4D. RGB value is (9,69,77). Sum of RGB (Red+Green+Blue) = 9+69+77=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 69 (27.34% from 255 or 44.52% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #09454D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09454D is #F6BAB2. Grayscale: #333333. Windows color (decimal): -16169651 or 5063945. OLE color: 5063945.
HSL color Cylindrical-coordinate representation of color #09454D: hue angle of 187.06º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09454D is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 69 | 77 | - |
| CMYK | 0.88 | 0.10 | 0 | 0.70 |
| HSL | 187.06º | 0.79% | 0.17% | - |
| HSV(B) | 187.06º | 0.88% | 0.3% | - |
| XYZ | 3.58 | 4.85 | 7.77 | - |
| YUV | 51.97 | 142.12 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 77 | 0.88 | 0.10 | 0 | 0.70 | 187.06 | 0.79 | 0.17 |
| Hex | 9 | 45 | 4D | 58 | A | 0 | 46 | BB | 4F | 11 |
| Octal | 11 | 105 | 115 | 130 | 12 | 0 | 106 | 273 | 117 | 21 |
| Binary | 1001 | 1000101 | 1001101 | 1011000 | 1010 | 0 | 1000110 | 10111011 | 1001111 | 10001 |
Color Harmonies of #09454D
Complementary color
Monochromatic Colors of #09454D
Black with #09454D
Text Example
Text Example
White with #09454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09454D; }
p { color: rgb(9,69,77); }
H1.HeaderClassName
{
color: #09454D;
}
.AnyTagClassName
{
color: #09454D;
}
</style>
background-color css
<style>
a { background-color: #09454D; }
a { background-color: rgb(9,69,77); }
div.DivClassName
{
background-color: #09454D;
}
.BgClassName
{
background-color: #09454D;
}
</style>
border-color css
<style>
span { border-color: #09454D; }
span { border-color: rgb(9,69,77); }
td.TdClassName
{
border-color: #09454D;
}
.TagClassName
{
border-color: #09454D;
}
</style>