Shades of Deep Sea #11735D
Tints of Deep Sea #11735D
RGB
CMYK
RGB Variations
Color information
#11735D (or 0x11735D) is known color: Deep Sea. HEX triplet: 11, 73 and 5D. RGB value is (17,115,93). Sum of RGB (Red+Green+Blue) = 17+115+93=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #11735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11735D is #EE8CA2. Grayscale: #535353. Windows color (decimal): -15633571 or 6124305. OLE color: 6124305.
HSL color Cylindrical-coordinate representation of color #11735D: hue angle of 166.53º 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 #11735D is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 115 | 93 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.55 |
| HSL | 166.53º | 0.74% | 0.26% | - |
| HSV(B) | 166.53º | 0.85% | 0.45% | - |
| XYZ | 8.34 | 13.17 | 12.46 | - |
| YUV | 83.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 115 | 93 | 0.85 | 0 | 0.19 | 0.55 | 166.53 | 0.74 | 0.26 |
| Hex | 11 | 73 | 5D | 55 | 0 | 13 | 37 | A7 | 4A | 1A |
| Octal | 21 | 163 | 135 | 125 | 0 | 23 | 67 | 247 | 112 | 32 |
| Binary | 10001 | 1110011 | 1011101 | 1010101 | 0 | 10011 | 110111 | 10100111 | 1001010 | 11010 |
Color Harmonies of #11735D
Complementary color
Monochromatic Colors of #11735D
Black with #11735D
Text Example
Text Example
White with #11735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11735D; }
p { color: rgb(17,115,93); }
H1.HeaderClassName
{
color: #11735D;
}
.AnyTagClassName
{
color: #11735D;
}
</style>
background-color css
<style>
a { background-color: #11735D; }
a { background-color: rgb(17,115,93); }
div.DivClassName
{
background-color: #11735D;
}
.BgClassName
{
background-color: #11735D;
}
</style>
border-color css
<style>
span { border-color: #11735D; }
span { border-color: rgb(17,115,93); }
td.TdClassName
{
border-color: #11735D;
}
.TagClassName
{
border-color: #11735D;
}
</style>