Shades of Sherpa Blue #09424B
Tints of Sherpa Blue #09424B
RGB
CMYK
RGB Variations
Color information
#09424B (or 0x09424B) is known color: Sherpa Blue. HEX triplet: 09, 42 and 4B. RGB value is (9,66,75). Sum of RGB (Red+Green+Blue) = 9+66+75=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #09424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09424B is #F6BDB4. Grayscale: #313131. Windows color (decimal): -16170421 or 4932105. OLE color: 4932105.
HSL color Cylindrical-coordinate representation of color #09424B: hue angle of 188.18º 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 #09424B is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 66 | 75 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.71 |
| HSL | 188.18º | 0.79% | 0.16% | - |
| HSV(B) | 188.18º | 0.88% | 0.29% | - |
| XYZ | 3.33 | 4.46 | 7.34 | - |
| YUV | 49.98 | 142.12 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 75 | 0.88 | 0.12 | 0 | 0.71 | 188.18 | 0.79 | 0.16 |
| Hex | 9 | 42 | 4B | 58 | C | 0 | 47 | BC | 4F | 10 |
| Octal | 11 | 102 | 113 | 130 | 14 | 0 | 107 | 274 | 117 | 20 |
| Binary | 1001 | 1000010 | 1001011 | 1011000 | 1100 | 0 | 1000111 | 10111100 | 1001111 | 10000 |
Color Harmonies of #09424B
Complementary color
Monochromatic Colors of #09424B
Black with #09424B
Text Example
Text Example
White with #09424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09424B; }
p { color: rgb(9,66,75); }
H1.HeaderClassName
{
color: #09424B;
}
.AnyTagClassName
{
color: #09424B;
}
</style>
background-color css
<style>
a { background-color: #09424B; }
a { background-color: rgb(9,66,75); }
div.DivClassName
{
background-color: #09424B;
}
.BgClassName
{
background-color: #09424B;
}
</style>
border-color css
<style>
span { border-color: #09424B; }
span { border-color: rgb(9,66,75); }
td.TdClassName
{
border-color: #09424B;
}
.TagClassName
{
border-color: #09424B;
}
</style>