Shades of Sherpa Blue #093D4B
Tints of Sherpa Blue #093D4B
RGB
CMYK
RGB Variations
Color information
#093D4B (or 0x093D4B) is known color: Sherpa Blue. HEX triplet: 09, 3D and 4B. RGB value is (9,61,75). Sum of RGB (Red+Green+Blue) = 9+61+75=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #093D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D4B is #F6C2B4. Grayscale: #2E2E2E. Windows color (decimal): -16171701 or 4930825. OLE color: 4930825.
HSL color Cylindrical-coordinate representation of color #093D4B: hue angle of 192.73º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #093D4B is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 61 | 75 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.71 |
| HSL | 192.73º | 0.79% | 0.16% | - |
| HSV(B) | 192.73º | 0.88% | 0.29% | - |
| XYZ | 3.05 | 3.9 | 7.25 | - |
| YUV | 47.05 | 143.77 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 75 | 0.88 | 0.19 | 0 | 0.71 | 192.73 | 0.79 | 0.16 |
| Hex | 9 | 3D | 4B | 58 | 13 | 0 | 47 | C1 | 4F | 10 |
| Octal | 11 | 75 | 113 | 130 | 23 | 0 | 107 | 301 | 117 | 20 |
| Binary | 1001 | 111101 | 1001011 | 1011000 | 10011 | 0 | 1000111 | 11000001 | 1001111 | 10000 |
Color Harmonies of #093D4B
Complementary color
Monochromatic Colors of #093D4B
Black with #093D4B
Text Example
Text Example
White with #093D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D4B; }
p { color: rgb(9,61,75); }
H1.HeaderClassName
{
color: #093D4B;
}
.AnyTagClassName
{
color: #093D4B;
}
</style>
background-color css
<style>
a { background-color: #093D4B; }
a { background-color: rgb(9,61,75); }
div.DivClassName
{
background-color: #093D4B;
}
.BgClassName
{
background-color: #093D4B;
}
</style>
border-color css
<style>
span { border-color: #093D4B; }
span { border-color: rgb(9,61,75); }
td.TdClassName
{
border-color: #093D4B;
}
.TagClassName
{
border-color: #093D4B;
}
</style>