Shades of Sherpa Blue #093C4E
Tints of Sherpa Blue #093C4E
RGB
CMYK
RGB Variations
Color information
#093C4E (or 0x093C4E) is known color: Sherpa Blue. HEX triplet: 09, 3C and 4E. RGB value is (9,60,78). Sum of RGB (Red+Green+Blue) = 9+60+78=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 78 (30.86% from 255 or 53.06% from 147); Max value from RGB is 78 - color contains mainly: blue. Hex color #093C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093C4E is #F6C3B1. Grayscale: #2E2E2E. Windows color (decimal): -16171954 or 5127177. OLE color: 5127177.
HSL color Cylindrical-coordinate representation of color #093C4E: hue angle of 195.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093C4E is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 60 | 78 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.69 |
| HSL | 195.65º | 0.79% | 0.17% | - |
| HSV(B) | 195.65º | 0.88% | 0.31% | - |
| XYZ | 3.1 | 3.84 | 7.79 | - |
| YUV | 46.8 | 145.6 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 78 | 0.88 | 0.23 | 0 | 0.69 | 195.65 | 0.79 | 0.17 |
| Hex | 9 | 3C | 4E | 58 | 17 | 0 | 45 | C4 | 4F | 11 |
| Octal | 11 | 74 | 116 | 130 | 27 | 0 | 105 | 304 | 117 | 21 |
| Binary | 1001 | 111100 | 1001110 | 1011000 | 10111 | 0 | 1000101 | 11000100 | 1001111 | 10001 |
Color Harmonies of #093C4E
Complementary color
Monochromatic Colors of #093C4E
Black with #093C4E
Text Example
Text Example
White with #093C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C4E; }
p { color: rgb(9,60,78); }
H1.HeaderClassName
{
color: #093C4E;
}
.AnyTagClassName
{
color: #093C4E;
}
</style>
background-color css
<style>
a { background-color: #093C4E; }
a { background-color: rgb(9,60,78); }
div.DivClassName
{
background-color: #093C4E;
}
.BgClassName
{
background-color: #093C4E;
}
</style>
border-color css
<style>
span { border-color: #093C4E; }
span { border-color: rgb(9,60,78); }
td.TdClassName
{
border-color: #093C4E;
}
.TagClassName
{
border-color: #093C4E;
}
</style>