Shades of Deep Sea #11725B
Tints of Deep Sea #11725B
RGB
CMYK
RGB Variations
Color information
#11725B (or 0x11725B) is known color: Deep Sea. HEX triplet: 11, 72 and 5B. RGB value is (17,114,91). Sum of RGB (Red+Green+Blue) = 17+114+91=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #11725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11725B is #EE8DA4. Grayscale: #525252. Windows color (decimal): -15633829 or 5992977. OLE color: 5992977.
HSL color Cylindrical-coordinate representation of color #11725B: hue angle of 165.77º 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 #11725B is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 114 | 91 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.55 |
| HSL | 165.77º | 0.74% | 0.26% | - |
| HSV(B) | 165.77º | 0.85% | 0.45% | - |
| XYZ | 8.14 | 12.91 | 11.96 | - |
| YUV | 82.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 91 | 0.85 | 0 | 0.20 | 0.55 | 165.77 | 0.74 | 0.26 |
| Hex | 11 | 72 | 5B | 55 | 0 | 14 | 37 | A6 | 4A | 1A |
| Octal | 21 | 162 | 133 | 125 | 0 | 24 | 67 | 246 | 112 | 32 |
| Binary | 10001 | 1110010 | 1011011 | 1010101 | 0 | 10100 | 110111 | 10100110 | 1001010 | 11010 |
Color Harmonies of #11725B
Complementary color
Monochromatic Colors of #11725B
Black with #11725B
Text Example
Text Example
White with #11725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11725B; }
p { color: rgb(17,114,91); }
H1.HeaderClassName
{
color: #11725B;
}
.AnyTagClassName
{
color: #11725B;
}
</style>
background-color css
<style>
a { background-color: #11725B; }
a { background-color: rgb(17,114,91); }
div.DivClassName
{
background-color: #11725B;
}
.BgClassName
{
background-color: #11725B;
}
</style>
border-color css
<style>
span { border-color: #11725B; }
span { border-color: rgb(17,114,91); }
td.TdClassName
{
border-color: #11725B;
}
.TagClassName
{
border-color: #11725B;
}
</style>