Shades of Sherpa Blue #093D4E
Tints of Sherpa Blue #093D4E
RGB
CMYK
RGB Variations
Color information
#093D4E (or 0x093D4E) is known color: Sherpa Blue. HEX triplet: 09, 3D and 4E. RGB value is (9,61,78). Sum of RGB (Red+Green+Blue) = 9+61+78=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #093D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D4E is #F6C2B1. Grayscale: #2F2F2F. Windows color (decimal): -16171698 or 5127433. OLE color: 5127433.
HSL color Cylindrical-coordinate representation of color #093D4E: hue angle of 194.78º 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 #093D4E is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 9 | 61 | 78 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.69 |
| HSL | 194.78º | 0.79% | 0.17% | - |
| HSV(B) | 194.78º | 0.88% | 0.31% | - |
| XYZ | 3.16 | 3.95 | 7.8 | - |
| YUV | 47.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 78 | 0.88 | 0.22 | 0 | 0.69 | 194.78 | 0.79 | 0.17 |
| Hex | 9 | 3D | 4E | 58 | 16 | 0 | 45 | C3 | 4F | 11 |
| Octal | 11 | 75 | 116 | 130 | 26 | 0 | 105 | 303 | 117 | 21 |
| Binary | 1001 | 111101 | 1001110 | 1011000 | 10110 | 0 | 1000101 | 11000011 | 1001111 | 10001 |
Color Harmonies of #093D4E
Complementary color
Monochromatic Colors of #093D4E
Black with #093D4E
Text Example
Text Example
White with #093D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D4E; }
p { color: rgb(9,61,78); }
H1.HeaderClassName
{
color: #093D4E;
}
.AnyTagClassName
{
color: #093D4E;
}
</style>
background-color css
<style>
a { background-color: #093D4E; }
a { background-color: rgb(9,61,78); }
div.DivClassName
{
background-color: #093D4E;
}
.BgClassName
{
background-color: #093D4E;
}
</style>
border-color css
<style>
span { border-color: #093D4E; }
span { border-color: rgb(9,61,78); }
td.TdClassName
{
border-color: #093D4E;
}
.TagClassName
{
border-color: #093D4E;
}
</style>