Shades of Deep Sea #13885B
Tints of Deep Sea #13885B
RGB
CMYK
RGB Variations
Color information
#13885B (or 0x13885B) is known color: Deep Sea. HEX triplet: 13, 88 and 5B. RGB value is (19,136,91). Sum of RGB (Red+Green+Blue) = 19+136+91=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #13885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13885B is #EC77A4. Grayscale: #5F5F5F. Windows color (decimal): -15497125 or 5998611. OLE color: 5998611.
HSL color Cylindrical-coordinate representation of color #13885B: hue angle of 156.92º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13885B is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 136 | 91 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.47 |
| HSL | 156.92º | 0.75% | 0.3% | - |
| HSV(B) | 156.92º | 0.86% | 0.53% | - |
| XYZ | 10.96 | 18.5 | 12.89 | - |
| YUV | 95.89 | 125.24 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 91 | 0.86 | 0 | 0.33 | 0.47 | 156.92 | 0.75 | 0.3 |
| Hex | 13 | 88 | 5B | 56 | 0 | 21 | 2F | 9D | 4B | 1E |
| Octal | 23 | 210 | 133 | 126 | 0 | 41 | 57 | 235 | 113 | 36 |
| Binary | 10011 | 10001000 | 1011011 | 1010110 | 0 | 100001 | 101111 | 10011101 | 1001011 | 11110 |
Color Harmonies of #13885B
Complementary color
Monochromatic Colors of #13885B
Black with #13885B
Text Example
Text Example
White with #13885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13885B; }
p { color: rgb(19,136,91); }
H1.HeaderClassName
{
color: #13885B;
}
.AnyTagClassName
{
color: #13885B;
}
</style>
background-color css
<style>
a { background-color: #13885B; }
a { background-color: rgb(19,136,91); }
div.DivClassName
{
background-color: #13885B;
}
.BgClassName
{
background-color: #13885B;
}
</style>
border-color css
<style>
span { border-color: #13885B; }
span { border-color: rgb(19,136,91); }
td.TdClassName
{
border-color: #13885B;
}
.TagClassName
{
border-color: #13885B;
}
</style>