Shades of Sherpa Blue #093E51
Tints of Sherpa Blue #093E51
RGB
CMYK
RGB Variations
Color information
#093E51 (or 0x093E51) is known color: Sherpa Blue. HEX triplet: 09, 3E and 51. RGB value is (9,62,81). Sum of RGB (Red+Green+Blue) = 9+62+81=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 81 (32.03% from 255 or 53.29% from 152); Max value from RGB is 81 - color contains mainly: blue. Hex color #093E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093E51 is #F6C1AE. Grayscale: #303030. Windows color (decimal): -16171439 or 5324297. OLE color: 5324297.
HSL color Cylindrical-coordinate representation of color #093E51: hue angle of 195.83º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093E51 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 9 | 62 | 81 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.68 |
| HSL | 195.83º | 0.8% | 0.18% | - |
| HSV(B) | 195.83º | 0.89% | 0.32% | - |
| XYZ | 3.32 | 4.1 | 8.4 | - |
| YUV | 48.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 62 | 81 | 0.89 | 0.23 | 0 | 0.68 | 195.83 | 0.8 | 0.18 |
| Hex | 9 | 3E | 51 | 59 | 17 | 0 | 44 | C4 | 50 | 12 |
| Octal | 11 | 76 | 121 | 131 | 27 | 0 | 104 | 304 | 120 | 22 |
| Binary | 1001 | 111110 | 1010001 | 1011001 | 10111 | 0 | 1000100 | 11000100 | 1010000 | 10010 |
Color Harmonies of #093E51
Complementary color
Monochromatic Colors of #093E51
Black with #093E51
Text Example
Text Example
White with #093E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093E51; }
p { color: rgb(9,62,81); }
H1.HeaderClassName
{
color: #093E51;
}
.AnyTagClassName
{
color: #093E51;
}
</style>
background-color css
<style>
a { background-color: #093E51; }
a { background-color: rgb(9,62,81); }
div.DivClassName
{
background-color: #093E51;
}
.BgClassName
{
background-color: #093E51;
}
</style>
border-color css
<style>
span { border-color: #093E51; }
span { border-color: rgb(9,62,81); }
td.TdClassName
{
border-color: #093E51;
}
.TagClassName
{
border-color: #093E51;
}
</style>