Shades of Deep Sea #13715B
Tints of Deep Sea #13715B
RGB
CMYK
RGB Variations
Color information
#13715B (or 0x13715B) is known color: Deep Sea. HEX triplet: 13, 71 and 5B. RGB value is (19,113,91). Sum of RGB (Red+Green+Blue) = 19+113+91=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 113 (44.53% from 255 or 50.67% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 113 - color contains mainly: green. Hex color #13715B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13715B is #EC8EA4. Grayscale: #525252. Windows color (decimal): -15503013 or 5992723. OLE color: 5992723.
HSL color Cylindrical-coordinate representation of color #13715B: hue angle of 165.96º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13715B is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 91 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.56 |
| HSL | 165.96º | 0.71% | 0.26% | - |
| HSV(B) | 165.96º | 0.83% | 0.44% | - |
| XYZ | 8.06 | 12.7 | 11.92 | - |
| YUV | 82.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 91 | 0.83 | 0 | 0.19 | 0.56 | 165.96 | 0.71 | 0.26 |
| Hex | 13 | 71 | 5B | 53 | 0 | 13 | 38 | A6 | 47 | 1A |
| Octal | 23 | 161 | 133 | 123 | 0 | 23 | 70 | 246 | 107 | 32 |
| Binary | 10011 | 1110001 | 1011011 | 1010011 | 0 | 10011 | 111000 | 10100110 | 1000111 | 11010 |
Color Harmonies of #13715B
Complementary color
Monochromatic Colors of #13715B
Black with #13715B
Text Example
Text Example
White with #13715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13715B; }
p { color: rgb(19,113,91); }
H1.HeaderClassName
{
color: #13715B;
}
.AnyTagClassName
{
color: #13715B;
}
</style>
background-color css
<style>
a { background-color: #13715B; }
a { background-color: rgb(19,113,91); }
div.DivClassName
{
background-color: #13715B;
}
.BgClassName
{
background-color: #13715B;
}
</style>
border-color css
<style>
span { border-color: #13715B; }
span { border-color: rgb(19,113,91); }
td.TdClassName
{
border-color: #13715B;
}
.TagClassName
{
border-color: #13715B;
}
</style>