Shades of Deep Sea #11835F
Tints of Deep Sea #11835F
RGB
CMYK
RGB Variations
Color information
#11835F (or 0x11835F) is known color: Deep Sea. HEX triplet: 11, 83 and 5F. RGB value is (17,131,95). Sum of RGB (Red+Green+Blue) = 17+131+95=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #11835F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11835F is #EE7CA0. Grayscale: #5C5C5C. Windows color (decimal): -15629473 or 6259473. OLE color: 6259473.
HSL color Cylindrical-coordinate representation of color #11835F: hue angle of 161.05º 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 #11835F is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 131 | 95 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.49 |
| HSL | 161.05º | 0.77% | 0.29% | - |
| HSV(B) | 161.05º | 0.87% | 0.51% | - |
| XYZ | 10.41 | 17.18 | 13.59 | - |
| YUV | 92.81 | 129.23 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 95 | 0.87 | 0 | 0.27 | 0.49 | 161.05 | 0.77 | 0.29 |
| Hex | 11 | 83 | 5F | 57 | 0 | 1B | 31 | A1 | 4D | 1D |
| Octal | 21 | 203 | 137 | 127 | 0 | 33 | 61 | 241 | 115 | 35 |
| Binary | 10001 | 10000011 | 1011111 | 1010111 | 0 | 11011 | 110001 | 10100001 | 1001101 | 11101 |
Color Harmonies of #11835F
Complementary color
Monochromatic Colors of #11835F
Black with #11835F
Text Example
Text Example
White with #11835F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11835F; }
p { color: rgb(17,131,95); }
H1.HeaderClassName
{
color: #11835F;
}
.AnyTagClassName
{
color: #11835F;
}
</style>
background-color css
<style>
a { background-color: #11835F; }
a { background-color: rgb(17,131,95); }
div.DivClassName
{
background-color: #11835F;
}
.BgClassName
{
background-color: #11835F;
}
</style>
border-color css
<style>
span { border-color: #11835F; }
span { border-color: rgb(17,131,95); }
td.TdClassName
{
border-color: #11835F;
}
.TagClassName
{
border-color: #11835F;
}
</style>