Shades of Deep Sea #11845C
Tints of Deep Sea #11845C
RGB
CMYK
RGB Variations
Color information
#11845C (or 0x11845C) is known color: Deep Sea. HEX triplet: 11, 84 and 5C. RGB value is (17,132,92). Sum of RGB (Red+Green+Blue) = 17+132+92=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 132 (51.95% from 255 or 54.77% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 132 - color contains mainly: green. Hex color #11845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11845C is #EE7BA3. Grayscale: #5D5D5D. Windows color (decimal): -15629220 or 6063121. OLE color: 6063121.
HSL color Cylindrical-coordinate representation of color #11845C: hue angle of 159.13º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11845C is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 92 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.48 |
| HSL | 159.13º | 0.77% | 0.29% | - |
| HSV(B) | 159.13º | 0.87% | 0.52% | - |
| XYZ | 10.41 | 17.39 | 12.93 | - |
| YUV | 93.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 92 | 0.87 | 0 | 0.30 | 0.48 | 159.13 | 0.77 | 0.29 |
| Hex | 11 | 84 | 5C | 57 | 0 | 1E | 30 | 9F | 4D | 1D |
| Octal | 21 | 204 | 134 | 127 | 0 | 36 | 60 | 237 | 115 | 35 |
| Binary | 10001 | 10000100 | 1011100 | 1010111 | 0 | 11110 | 110000 | 10011111 | 1001101 | 11101 |
Color Harmonies of #11845C
Complementary color
Monochromatic Colors of #11845C
Black with #11845C
Text Example
Text Example
White with #11845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11845C; }
p { color: rgb(17,132,92); }
H1.HeaderClassName
{
color: #11845C;
}
.AnyTagClassName
{
color: #11845C;
}
</style>
background-color css
<style>
a { background-color: #11845C; }
a { background-color: rgb(17,132,92); }
div.DivClassName
{
background-color: #11845C;
}
.BgClassName
{
background-color: #11845C;
}
</style>
border-color css
<style>
span { border-color: #11845C; }
span { border-color: rgb(17,132,92); }
td.TdClassName
{
border-color: #11845C;
}
.TagClassName
{
border-color: #11845C;
}
</style>