Shades of Sherpa Blue #093D4D
Tints of Sherpa Blue #093D4D
RGB
CMYK
RGB Variations
Color information
#093D4D (or 0x093D4D) is known color: Sherpa Blue. HEX triplet: 09, 3D and 4D. RGB value is (9,61,77). Sum of RGB (Red+Green+Blue) = 9+61+77=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 61 (24.22% from 255 or 41.50% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #093D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093D4D is #F6C2B2. Grayscale: #2F2F2F. Windows color (decimal): -16171699 or 5061897. OLE color: 5061897.
HSL color Cylindrical-coordinate representation of color #093D4D: hue angle of 194.12º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093D4D is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 9 | 61 | 77 | - |
CMYK | 0.88 | 0.21 | 0 | 0.70 |
HSL | 194.12º | 0.79% | 0.17% | - |
HSV(B) | 194.12º | 0.88% | 0.3% | - |
XYZ | 3.12 | 3.93 | 7.62 | - |
YUV | 47.28 | 144.77 | 100.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 61 | 77 | 0.88 | 0.21 | 0 | 0.70 | 194.12 | 0.79 | 0.17 |
Hex | 9 | 3D | 4D | 58 | 15 | 0 | 46 | C2 | 4F | 11 |
Octal | 11 | 75 | 115 | 130 | 25 | 0 | 106 | 302 | 117 | 21 |
Binary | 1001 | 111101 | 1001101 | 1011000 | 10101 | 0 | 1000110 | 11000010 | 1001111 | 10001 |
Color Harmonies of #093D4D
Complementary color
Monochromatic Colors of #093D4D
Black with #093D4D
Text Example
Text Example
White with #093D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D4D; }
p { color: rgb(9,61,77); }
H1.HeaderClassName
{
color: #093D4D;
}
.AnyTagClassName
{
color: #093D4D;
}
</style>
background-color css
<style>
a { background-color: #093D4D; }
a { background-color: rgb(9,61,77); }
div.DivClassName
{
background-color: #093D4D;
}
.BgClassName
{
background-color: #093D4D;
}
</style>
border-color css
<style>
span { border-color: #093D4D; }
span { border-color: rgb(9,61,77); }
td.TdClassName
{
border-color: #093D4D;
}
.TagClassName
{
border-color: #093D4D;
}
</style>