Shades of Sherpa Blue #093C49
Tints of Sherpa Blue #093C49
RGB
CMYK
RGB Variations
Color information
#093C49 (or 0x093C49) is known color: Sherpa Blue. HEX triplet: 09, 3C and 49. RGB value is (9,60,73). Sum of RGB (Red+Green+Blue) = 9+60+73=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #093C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C49 is #F6C3B6. Grayscale: #2E2E2E. Windows color (decimal): -16171959 or 4799497. OLE color: 4799497.
HSL color Cylindrical-coordinate representation of color #093C49: hue angle of 192.19º degrees, saturation: 0.78, 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 #093C49 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 60 | 73 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.71 |
| HSL | 192.19º | 0.78% | 0.16% | - |
| HSV(B) | 192.19º | 0.88% | 0.29% | - |
| XYZ | 2.93 | 3.77 | 6.88 | - |
| YUV | 46.23 | 143.1 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 73 | 0.88 | 0.18 | 0 | 0.71 | 192.19 | 0.78 | 0.16 |
| Hex | 9 | 3C | 49 | 58 | 12 | 0 | 47 | C0 | 4E | 10 |
| Octal | 11 | 74 | 111 | 130 | 22 | 0 | 107 | 300 | 116 | 20 |
| Binary | 1001 | 111100 | 1001001 | 1011000 | 10010 | 0 | 1000111 | 11000000 | 1001110 | 10000 |
Color Harmonies of #093C49
Complementary color
Monochromatic Colors of #093C49
Black with #093C49
Text Example
Text Example
White with #093C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C49; }
p { color: rgb(9,60,73); }
H1.HeaderClassName
{
color: #093C49;
}
.AnyTagClassName
{
color: #093C49;
}
</style>
background-color css
<style>
a { background-color: #093C49; }
a { background-color: rgb(9,60,73); }
div.DivClassName
{
background-color: #093C49;
}
.BgClassName
{
background-color: #093C49;
}
</style>
border-color css
<style>
span { border-color: #093C49; }
span { border-color: rgb(9,60,73); }
td.TdClassName
{
border-color: #093C49;
}
.TagClassName
{
border-color: #093C49;
}
</style>