Shades of Deep Sea #11865B
Tints of Deep Sea #11865B
RGB
CMYK
RGB Variations
Color information
#11865B (or 0x11865B) is known color: Deep Sea. HEX triplet: 11, 86 and 5B. RGB value is (17,134,91). Sum of RGB (Red+Green+Blue) = 17+134+91=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #11865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11865B is #EE79A4. Grayscale: #5E5E5E. Windows color (decimal): -15628709 or 5998097. OLE color: 5998097.
HSL color Cylindrical-coordinate representation of color #11865B: hue angle of 157.95º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11865B is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 134 | 91 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.47 |
| HSL | 157.95º | 0.77% | 0.3% | - |
| HSV(B) | 157.95º | 0.87% | 0.53% | - |
| XYZ | 10.64 | 17.92 | 12.8 | - |
| YUV | 94.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 134 | 91 | 0.87 | 0 | 0.32 | 0.47 | 157.95 | 0.77 | 0.3 |
| Hex | 11 | 86 | 5B | 57 | 0 | 20 | 2F | 9E | 4D | 1E |
| Octal | 21 | 206 | 133 | 127 | 0 | 40 | 57 | 236 | 115 | 36 |
| Binary | 10001 | 10000110 | 1011011 | 1010111 | 0 | 100000 | 101111 | 10011110 | 1001101 | 11110 |
Color Harmonies of #11865B
Complementary color
Monochromatic Colors of #11865B
Black with #11865B
Text Example
Text Example
White with #11865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11865B; }
p { color: rgb(17,134,91); }
H1.HeaderClassName
{
color: #11865B;
}
.AnyTagClassName
{
color: #11865B;
}
</style>
background-color css
<style>
a { background-color: #11865B; }
a { background-color: rgb(17,134,91); }
div.DivClassName
{
background-color: #11865B;
}
.BgClassName
{
background-color: #11865B;
}
</style>
border-color css
<style>
span { border-color: #11865B; }
span { border-color: rgb(17,134,91); }
td.TdClassName
{
border-color: #11865B;
}
.TagClassName
{
border-color: #11865B;
}
</style>