Shades of Sherpa Blue #09424D
Tints of Sherpa Blue #09424D
RGB
CMYK
RGB Variations
Color information
#09424D (or 0x09424D) is known color: Sherpa Blue. HEX triplet: 09, 42 and 4D. RGB value is (9,66,77). Sum of RGB (Red+Green+Blue) = 9+66+77=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #09424D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09424D is #F6BDB2. Grayscale: #323232. Windows color (decimal): -16170419 or 5063177. OLE color: 5063177.
HSL color Cylindrical-coordinate representation of color #09424D: hue angle of 189.71º 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 #09424D is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 9 | 66 | 77 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.70 |
| HSL | 189.71º | 0.79% | 0.17% | - |
| HSV(B) | 189.71º | 0.88% | 0.3% | - |
| XYZ | 3.4 | 4.49 | 7.71 | - |
| YUV | 50.21 | 143.12 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 77 | 0.88 | 0.14 | 0 | 0.70 | 189.71 | 0.79 | 0.17 |
| Hex | 9 | 42 | 4D | 58 | E | 0 | 46 | BE | 4F | 11 |
| Octal | 11 | 102 | 115 | 130 | 16 | 0 | 106 | 276 | 117 | 21 |
| Binary | 1001 | 1000010 | 1001101 | 1011000 | 1110 | 0 | 1000110 | 10111110 | 1001111 | 10001 |
Color Harmonies of #09424D
Complementary color
Monochromatic Colors of #09424D
Black with #09424D
Text Example
Text Example
White with #09424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09424D; }
p { color: rgb(9,66,77); }
H1.HeaderClassName
{
color: #09424D;
}
.AnyTagClassName
{
color: #09424D;
}
</style>
background-color css
<style>
a { background-color: #09424D; }
a { background-color: rgb(9,66,77); }
div.DivClassName
{
background-color: #09424D;
}
.BgClassName
{
background-color: #09424D;
}
</style>
border-color css
<style>
span { border-color: #09424D; }
span { border-color: rgb(9,66,77); }
td.TdClassName
{
border-color: #09424D;
}
.TagClassName
{
border-color: #09424D;
}
</style>