Shades of Deep Sea #11745B
Tints of Deep Sea #11745B
RGB
CMYK
RGB Variations
Color information
#11745B (or 0x11745B) is known color: Deep Sea. HEX triplet: 11, 74 and 5B. RGB value is (17,116,91). Sum of RGB (Red+Green+Blue) = 17+116+91=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #11745B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11745B is #EE8BA4. Grayscale: #535353. Windows color (decimal): -15633317 or 5993489. OLE color: 5993489.
HSL color Cylindrical-coordinate representation of color #11745B: hue angle of 164.85º 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 #11745B is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 91 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.55 |
| HSL | 164.85º | 0.74% | 0.26% | - |
| HSV(B) | 164.85º | 0.85% | 0.45% | - |
| XYZ | 8.36 | 13.37 | 12.04 | - |
| YUV | 83.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 91 | 0.85 | 0 | 0.22 | 0.55 | 164.85 | 0.74 | 0.26 |
| Hex | 11 | 74 | 5B | 55 | 0 | 16 | 37 | A5 | 4A | 1A |
| Octal | 21 | 164 | 133 | 125 | 0 | 26 | 67 | 245 | 112 | 32 |
| Binary | 10001 | 1110100 | 1011011 | 1010101 | 0 | 10110 | 110111 | 10100101 | 1001010 | 11010 |
Color Harmonies of #11745B
Complementary color
Monochromatic Colors of #11745B
Black with #11745B
Text Example
Text Example
White with #11745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11745B; }
p { color: rgb(17,116,91); }
H1.HeaderClassName
{
color: #11745B;
}
.AnyTagClassName
{
color: #11745B;
}
</style>
background-color css
<style>
a { background-color: #11745B; }
a { background-color: rgb(17,116,91); }
div.DivClassName
{
background-color: #11745B;
}
.BgClassName
{
background-color: #11745B;
}
</style>
border-color css
<style>
span { border-color: #11745B; }
span { border-color: rgb(17,116,91); }
td.TdClassName
{
border-color: #11745B;
}
.TagClassName
{
border-color: #11745B;
}
</style>