Shades of Sherpa Blue #093C50
Tints of Sherpa Blue #093C50
RGB
CMYK
RGB Variations
Color information
#093C50 (or 0x093C50) is known color: Sherpa Blue. HEX triplet: 09, 3C and 50. RGB value is (9,60,80). Sum of RGB (Red+Green+Blue) = 9+60+80=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #093C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C50 is #F6C3AF. Grayscale: #2E2E2E. Windows color (decimal): -16171952 or 5258249. OLE color: 5258249.
HSL color Cylindrical-coordinate representation of color #093C50: hue angle of 196.9º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093C50 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 60 | 80 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.69 |
| HSL | 196.9º | 0.8% | 0.17% | - |
| HSV(B) | 196.9º | 0.89% | 0.31% | - |
| XYZ | 3.18 | 3.87 | 8.17 | - |
| YUV | 47.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 80 | 0.89 | 0.25 | 0 | 0.69 | 196.9 | 0.8 | 0.17 |
| Hex | 9 | 3C | 50 | 59 | 19 | 0 | 45 | C5 | 50 | 11 |
| Octal | 11 | 74 | 120 | 131 | 31 | 0 | 105 | 305 | 120 | 21 |
| Binary | 1001 | 111100 | 1010000 | 1011001 | 11001 | 0 | 1000101 | 11000101 | 1010000 | 10001 |
Color Harmonies of #093C50
Complementary color
Monochromatic Colors of #093C50
Black with #093C50
Text Example
Text Example
White with #093C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C50; }
p { color: rgb(9,60,80); }
H1.HeaderClassName
{
color: #093C50;
}
.AnyTagClassName
{
color: #093C50;
}
</style>
background-color css
<style>
a { background-color: #093C50; }
a { background-color: rgb(9,60,80); }
div.DivClassName
{
background-color: #093C50;
}
.BgClassName
{
background-color: #093C50;
}
</style>
border-color css
<style>
span { border-color: #093C50; }
span { border-color: rgb(9,60,80); }
td.TdClassName
{
border-color: #093C50;
}
.TagClassName
{
border-color: #093C50;
}
</style>