Shades of Sherpa Blue #09454B
Tints of Sherpa Blue #09454B
RGB
CMYK
RGB Variations
Color information
#09454B (or 0x09454B) is known color: Sherpa Blue. HEX triplet: 09, 45 and 4B. RGB value is (9,69,75). Sum of RGB (Red+Green+Blue) = 9+69+75=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #09454B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09454B is #F6BAB4. Grayscale: #333333. Windows color (decimal): -16169653 or 4932873. OLE color: 4932873.
HSL color Cylindrical-coordinate representation of color #09454B: hue angle of 185.45º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09454B is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 69 | 75 | - |
| CMYK | 0.88 | 0.08 | 0 | 0.71 |
| HSL | 185.45º | 0.79% | 0.16% | - |
| HSV(B) | 185.45º | 0.88% | 0.29% | - |
| XYZ | 3.51 | 4.82 | 7.4 | - |
| YUV | 51.74 | 141.12 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 69 | 75 | 0.88 | 0.08 | 0 | 0.71 | 185.45 | 0.79 | 0.16 |
| Hex | 9 | 45 | 4B | 58 | 8 | 0 | 47 | B9 | 4F | 10 |
| Octal | 11 | 105 | 113 | 130 | 10 | 0 | 107 | 271 | 117 | 20 |
| Binary | 1001 | 1000101 | 1001011 | 1011000 | 1000 | 0 | 1000111 | 10111001 | 1001111 | 10000 |
Color Harmonies of #09454B
Complementary color
Monochromatic Colors of #09454B
Black with #09454B
Text Example
Text Example
White with #09454B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09454B; }
p { color: rgb(9,69,75); }
H1.HeaderClassName
{
color: #09454B;
}
.AnyTagClassName
{
color: #09454B;
}
</style>
background-color css
<style>
a { background-color: #09454B; }
a { background-color: rgb(9,69,75); }
div.DivClassName
{
background-color: #09454B;
}
.BgClassName
{
background-color: #09454B;
}
</style>
border-color css
<style>
span { border-color: #09454B; }
span { border-color: rgb(9,69,75); }
td.TdClassName
{
border-color: #09454B;
}
.TagClassName
{
border-color: #09454B;
}
</style>