Shades of Deep Sea #11826E
Tints of Deep Sea #11826E
RGB
CMYK
RGB Variations
Color information
#11826E (or 0x11826E) is known color: Deep Sea. HEX triplet: 11, 82 and 6E. RGB value is (17,130,110). Sum of RGB (Red+Green+Blue) = 17+130+110=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 110 (43.36% from 255 or 42.80% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #11826E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11826E is #EE7D91. Grayscale: #5D5D5D. Windows color (decimal): -15629714 or 7242257. OLE color: 7242257.
HSL color Cylindrical-coordinate representation of color #11826E: hue angle of 169.38º 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 #11826E is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 110 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.49 |
| HSL | 169.38º | 0.77% | 0.29% | - |
| HSV(B) | 169.38º | 0.87% | 0.51% | - |
| XYZ | 11.03 | 17.21 | 17.49 | - |
| YUV | 93.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 110 | 0.87 | 0 | 0.15 | 0.49 | 169.38 | 0.77 | 0.29 |
| Hex | 11 | 82 | 6E | 57 | 0 | F | 31 | A9 | 4D | 1D |
| Octal | 21 | 202 | 156 | 127 | 0 | 17 | 61 | 251 | 115 | 35 |
| Binary | 10001 | 10000010 | 1101110 | 1010111 | 0 | 1111 | 110001 | 10101001 | 1001101 | 11101 |
Color Harmonies of #11826E
Complementary color
Monochromatic Colors of #11826E
Black with #11826E
Text Example
Text Example
White with #11826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11826E; }
p { color: rgb(17,130,110); }
H1.HeaderClassName
{
color: #11826E;
}
.AnyTagClassName
{
color: #11826E;
}
</style>
background-color css
<style>
a { background-color: #11826E; }
a { background-color: rgb(17,130,110); }
div.DivClassName
{
background-color: #11826E;
}
.BgClassName
{
background-color: #11826E;
}
</style>
border-color css
<style>
span { border-color: #11826E; }
span { border-color: rgb(17,130,110); }
td.TdClassName
{
border-color: #11826E;
}
.TagClassName
{
border-color: #11826E;
}
</style>