Shades of Deep Sea #11805D
Tints of Deep Sea #11805D
RGB
CMYK
RGB Variations
Color information
#11805D (or 0x11805D) is known color: Deep Sea. HEX triplet: 11, 80 and 5D. RGB value is (17,128,93). Sum of RGB (Red+Green+Blue) = 17+128+93=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #11805D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11805D is #EE7FA2. Grayscale: #5A5A5A. Windows color (decimal): -15630243 or 6127633. OLE color: 6127633.
HSL color Cylindrical-coordinate representation of color #11805D: hue angle of 161.08º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11805D is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 128 | 93 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.50 |
| HSL | 161.08º | 0.77% | 0.28% | - |
| HSV(B) | 161.08º | 0.87% | 0.5% | - |
| XYZ | 9.93 | 16.35 | 12.99 | - |
| YUV | 90.82 | 129.23 | 75.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 93 | 0.87 | 0 | 0.27 | 0.50 | 161.08 | 0.77 | 0.28 |
| Hex | 11 | 80 | 5D | 57 | 0 | 1B | 32 | A1 | 4D | 1C |
| Octal | 21 | 200 | 135 | 127 | 0 | 33 | 62 | 241 | 115 | 34 |
| Binary | 10001 | 10000000 | 1011101 | 1010111 | 0 | 11011 | 110010 | 10100001 | 1001101 | 11100 |
Color Harmonies of #11805D
Complementary color
Monochromatic Colors of #11805D
Black with #11805D
Text Example
Text Example
White with #11805D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11805D; }
p { color: rgb(17,128,93); }
H1.HeaderClassName
{
color: #11805D;
}
.AnyTagClassName
{
color: #11805D;
}
</style>
background-color css
<style>
a { background-color: #11805D; }
a { background-color: rgb(17,128,93); }
div.DivClassName
{
background-color: #11805D;
}
.BgClassName
{
background-color: #11805D;
}
</style>
border-color css
<style>
span { border-color: #11805D; }
span { border-color: rgb(17,128,93); }
td.TdClassName
{
border-color: #11805D;
}
.TagClassName
{
border-color: #11805D;
}
</style>