Shades of Deep Sea #11836F
Tints of Deep Sea #11836F
RGB
CMYK
RGB Variations
Color information
#11836F (or 0x11836F) is known color: Deep Sea. HEX triplet: 11, 83 and 6F. RGB value is (17,131,111). Sum of RGB (Red+Green+Blue) = 17+131+111=259 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.56% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #11836F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11836F is #EE7C90. Grayscale: #5E5E5E. Windows color (decimal): -15629457 or 7308049. OLE color: 7308049.
HSL color Cylindrical-coordinate representation of color #11836F: hue angle of 169.47º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11836F is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 131 | 111 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.49 |
| HSL | 169.47º | 0.77% | 0.29% | - |
| HSV(B) | 169.47º | 0.87% | 0.51% | - |
| XYZ | 11.22 | 17.5 | 17.83 | - |
| YUV | 94.63 | 137.23 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 111 | 0.87 | 0 | 0.15 | 0.49 | 169.47 | 0.77 | 0.29 |
| Hex | 11 | 83 | 6F | 57 | 0 | F | 31 | A9 | 4D | 1D |
| Octal | 21 | 203 | 157 | 127 | 0 | 17 | 61 | 251 | 115 | 35 |
| Binary | 10001 | 10000011 | 1101111 | 1010111 | 0 | 1111 | 110001 | 10101001 | 1001101 | 11101 |
Color Harmonies of #11836F
Complementary color
Monochromatic Colors of #11836F
Black with #11836F
Text Example
Text Example
White with #11836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11836F; }
p { color: rgb(17,131,111); }
H1.HeaderClassName
{
color: #11836F;
}
.AnyTagClassName
{
color: #11836F;
}
</style>
background-color css
<style>
a { background-color: #11836F; }
a { background-color: rgb(17,131,111); }
div.DivClassName
{
background-color: #11836F;
}
.BgClassName
{
background-color: #11836F;
}
</style>
border-color css
<style>
span { border-color: #11836F; }
span { border-color: rgb(17,131,111); }
td.TdClassName
{
border-color: #11836F;
}
.TagClassName
{
border-color: #11836F;
}
</style>