Shades of Deep Sea #11745F
Tints of Deep Sea #11745F
RGB
CMYK
RGB Variations
Color information
#11745F (or 0x11745F) is known color: Deep Sea. HEX triplet: 11, 74 and 5F. RGB value is (17,116,95). Sum of RGB (Red+Green+Blue) = 17+116+95=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #11745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11745F is #EE8BA0. Grayscale: #535353. Windows color (decimal): -15633313 or 6255633. OLE color: 6255633.
HSL color Cylindrical-coordinate representation of color #11745F: hue angle of 167.27º 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 #11745F is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 95 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.55 |
| HSL | 167.27º | 0.74% | 0.26% | - |
| HSV(B) | 167.27º | 0.85% | 0.45% | - |
| XYZ | 8.54 | 13.44 | 12.97 | - |
| YUV | 84.01 | 134.2 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 95 | 0.85 | 0 | 0.18 | 0.55 | 167.27 | 0.74 | 0.26 |
| Hex | 11 | 74 | 5F | 55 | 0 | 12 | 37 | A7 | 4A | 1A |
| Octal | 21 | 164 | 137 | 125 | 0 | 22 | 67 | 247 | 112 | 32 |
| Binary | 10001 | 1110100 | 1011111 | 1010101 | 0 | 10010 | 110111 | 10100111 | 1001010 | 11010 |
Color Harmonies of #11745F
Complementary color
Monochromatic Colors of #11745F
Black with #11745F
Text Example
Text Example
White with #11745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11745F; }
p { color: rgb(17,116,95); }
H1.HeaderClassName
{
color: #11745F;
}
.AnyTagClassName
{
color: #11745F;
}
</style>
background-color css
<style>
a { background-color: #11745F; }
a { background-color: rgb(17,116,95); }
div.DivClassName
{
background-color: #11745F;
}
.BgClassName
{
background-color: #11745F;
}
</style>
border-color css
<style>
span { border-color: #11745F; }
span { border-color: rgb(17,116,95); }
td.TdClassName
{
border-color: #11745F;
}
.TagClassName
{
border-color: #11745F;
}
</style>