Shades of Sherpa Blue #093C47
Tints of Sherpa Blue #093C47
RGB
CMYK
RGB Variations
Color information
#093C47 (or 0x093C47) is known color: Sherpa Blue. HEX triplet: 09, 3C and 47. RGB value is (9,60,71). Sum of RGB (Red+Green+Blue) = 9+60+71=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 60 (23.83% from 255 or 42.86% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #093C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093C47 is #F6C3B8. Grayscale: #2D2D2D. Windows color (decimal): -16171961 or 4668425. OLE color: 4668425.
HSL color Cylindrical-coordinate representation of color #093C47: hue angle of 190.65º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #093C47 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 60 | 71 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.72 |
| HSL | 190.65º | 0.78% | 0.16% | - |
| HSV(B) | 190.65º | 0.87% | 0.28% | - |
| XYZ | 2.87 | 3.74 | 6.53 | - |
| YUV | 46.01 | 142.1 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 71 | 0.87 | 0.15 | 0 | 0.72 | 190.65 | 0.78 | 0.16 |
| Hex | 9 | 3C | 47 | 57 | F | 0 | 48 | BF | 4E | 10 |
| Octal | 11 | 74 | 107 | 127 | 17 | 0 | 110 | 277 | 116 | 20 |
| Binary | 1001 | 111100 | 1000111 | 1010111 | 1111 | 0 | 1001000 | 10111111 | 1001110 | 10000 |
Color Harmonies of #093C47
Complementary color
Monochromatic Colors of #093C47
Black with #093C47
Text Example
Text Example
White with #093C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C47; }
p { color: rgb(9,60,71); }
H1.HeaderClassName
{
color: #093C47;
}
.AnyTagClassName
{
color: #093C47;
}
</style>
background-color css
<style>
a { background-color: #093C47; }
a { background-color: rgb(9,60,71); }
div.DivClassName
{
background-color: #093C47;
}
.BgClassName
{
background-color: #093C47;
}
</style>
border-color css
<style>
span { border-color: #093C47; }
span { border-color: rgb(9,60,71); }
td.TdClassName
{
border-color: #093C47;
}
.TagClassName
{
border-color: #093C47;
}
</style>