Shades of Deep Sea #11825B
Tints of Deep Sea #11825B
RGB
CMYK
RGB Variations
Color information
#11825B (or 0x11825B) is known color: Deep Sea. HEX triplet: 11, 82 and 5B. RGB value is (17,130,91). Sum of RGB (Red+Green+Blue) = 17+130+91=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #11825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11825B is #EE7DA4. Grayscale: #5B5B5B. Windows color (decimal): -15629733 or 5997073. OLE color: 5997073.
HSL color Cylindrical-coordinate representation of color #11825B: hue angle of 159.29º 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 #11825B is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 91 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.49 |
| HSL | 159.29º | 0.77% | 0.29% | - |
| HSV(B) | 159.29º | 0.87% | 0.51% | - |
| XYZ | 10.1 | 16.84 | 12.62 | - |
| YUV | 91.77 | 127.56 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 91 | 0.87 | 0 | 0.30 | 0.49 | 159.29 | 0.77 | 0.29 |
| Hex | 11 | 82 | 5B | 57 | 0 | 1E | 31 | 9F | 4D | 1D |
| Octal | 21 | 202 | 133 | 127 | 0 | 36 | 61 | 237 | 115 | 35 |
| Binary | 10001 | 10000010 | 1011011 | 1010111 | 0 | 11110 | 110001 | 10011111 | 1001101 | 11101 |
Color Harmonies of #11825B
Complementary color
Monochromatic Colors of #11825B
Black with #11825B
Text Example
Text Example
White with #11825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11825B; }
p { color: rgb(17,130,91); }
H1.HeaderClassName
{
color: #11825B;
}
.AnyTagClassName
{
color: #11825B;
}
</style>
background-color css
<style>
a { background-color: #11825B; }
a { background-color: rgb(17,130,91); }
div.DivClassName
{
background-color: #11825B;
}
.BgClassName
{
background-color: #11825B;
}
</style>
border-color css
<style>
span { border-color: #11825B; }
span { border-color: rgb(17,130,91); }
td.TdClassName
{
border-color: #11825B;
}
.TagClassName
{
border-color: #11825B;
}
</style>