Shades of Deep Sea #11735E
Tints of Deep Sea #11735E
RGB
CMYK
RGB Variations
Color information
#11735E (or 0x11735E) is known color: Deep Sea. HEX triplet: 11, 73 and 5E. RGB value is (17,115,94). Sum of RGB (Red+Green+Blue) = 17+115+94=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #11735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11735E is #EE8CA1. Grayscale: #535353. Windows color (decimal): -15633570 or 6189841. OLE color: 6189841.
HSL color Cylindrical-coordinate representation of color #11735E: hue angle of 167.14º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11735E is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 94 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.55 |
| HSL | 167.14º | 0.74% | 0.26% | - |
| HSV(B) | 167.14º | 0.85% | 0.45% | - |
| XYZ | 8.38 | 13.19 | 12.69 | - |
| YUV | 83.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 94 | 0.85 | 0 | 0.18 | 0.55 | 167.14 | 0.74 | 0.26 |
| Hex | 11 | 73 | 5E | 55 | 0 | 12 | 37 | A7 | 4A | 1A |
| Octal | 21 | 163 | 136 | 125 | 0 | 22 | 67 | 247 | 112 | 32 |
| Binary | 10001 | 1110011 | 1011110 | 1010101 | 0 | 10010 | 110111 | 10100111 | 1001010 | 11010 |
Color Harmonies of #11735E
Complementary color
Monochromatic Colors of #11735E
Black with #11735E
Text Example
Text Example
White with #11735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11735E; }
p { color: rgb(17,115,94); }
H1.HeaderClassName
{
color: #11735E;
}
.AnyTagClassName
{
color: #11735E;
}
</style>
background-color css
<style>
a { background-color: #11735E; }
a { background-color: rgb(17,115,94); }
div.DivClassName
{
background-color: #11735E;
}
.BgClassName
{
background-color: #11735E;
}
</style>
border-color css
<style>
span { border-color: #11735E; }
span { border-color: rgb(17,115,94); }
td.TdClassName
{
border-color: #11735E;
}
.TagClassName
{
border-color: #11735E;
}
</style>