Shades of Deep Sea #11745D
Tints of Deep Sea #11745D
RGB
CMYK
RGB Variations
Color information
#11745D (or 0x11745D) is known color: Deep Sea. HEX triplet: 11, 74 and 5D. RGB value is (17,116,93). Sum of RGB (Red+Green+Blue) = 17+116+93=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #11745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11745D is #EE8BA2. Grayscale: #535353. Windows color (decimal): -15633315 or 6124561. OLE color: 6124561.
HSL color Cylindrical-coordinate representation of color #11745D: hue angle of 166.06º 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 #11745D is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 93 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.55 |
| HSL | 166.06º | 0.74% | 0.26% | - |
| HSV(B) | 166.06º | 0.85% | 0.45% | - |
| XYZ | 8.45 | 13.4 | 12.5 | - |
| YUV | 83.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 93 | 0.85 | 0 | 0.20 | 0.55 | 166.06 | 0.74 | 0.26 |
| Hex | 11 | 74 | 5D | 55 | 0 | 14 | 37 | A6 | 4A | 1A |
| Octal | 21 | 164 | 135 | 125 | 0 | 24 | 67 | 246 | 112 | 32 |
| Binary | 10001 | 1110100 | 1011101 | 1010101 | 0 | 10100 | 110111 | 10100110 | 1001010 | 11010 |
Color Harmonies of #11745D
Complementary color
Monochromatic Colors of #11745D
Black with #11745D
Text Example
Text Example
White with #11745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11745D; }
p { color: rgb(17,116,93); }
H1.HeaderClassName
{
color: #11745D;
}
.AnyTagClassName
{
color: #11745D;
}
</style>
background-color css
<style>
a { background-color: #11745D; }
a { background-color: rgb(17,116,93); }
div.DivClassName
{
background-color: #11745D;
}
.BgClassName
{
background-color: #11745D;
}
</style>
border-color css
<style>
span { border-color: #11745D; }
span { border-color: rgb(17,116,93); }
td.TdClassName
{
border-color: #11745D;
}
.TagClassName
{
border-color: #11745D;
}
</style>