Shades of Deep Sea #13725E
Tints of Deep Sea #13725E
RGB
CMYK
RGB Variations
Color information
#13725E (or 0x13725E) is known color: Deep Sea. HEX triplet: 13, 72 and 5E. RGB value is (19,114,94). Sum of RGB (Red+Green+Blue) = 19+114+94=227 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.37% from 227); Green value is 114 (44.92% from 255 or 50.22% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 114 - color contains mainly: green. Hex color #13725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13725E is #EC8DA1. Grayscale: #535353. Windows color (decimal): -15502754 or 6189587. OLE color: 6189587.
HSL color Cylindrical-coordinate representation of color #13725E: hue angle of 167.37º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13725E is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 94 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.55 |
| HSL | 167.37º | 0.71% | 0.26% | - |
| HSV(B) | 167.37º | 0.83% | 0.45% | - |
| XYZ | 8.31 | 12.98 | 12.66 | - |
| YUV | 83.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 94 | 0.83 | 0 | 0.18 | 0.55 | 167.37 | 0.71 | 0.26 |
| Hex | 13 | 72 | 5E | 53 | 0 | 12 | 37 | A7 | 47 | 1A |
| Octal | 23 | 162 | 136 | 123 | 0 | 22 | 67 | 247 | 107 | 32 |
| Binary | 10011 | 1110010 | 1011110 | 1010011 | 0 | 10010 | 110111 | 10100111 | 1000111 | 11010 |
Color Harmonies of #13725E
Complementary color
Monochromatic Colors of #13725E
Black with #13725E
Text Example
Text Example
White with #13725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13725E; }
p { color: rgb(19,114,94); }
H1.HeaderClassName
{
color: #13725E;
}
.AnyTagClassName
{
color: #13725E;
}
</style>
background-color css
<style>
a { background-color: #13725E; }
a { background-color: rgb(19,114,94); }
div.DivClassName
{
background-color: #13725E;
}
.BgClassName
{
background-color: #13725E;
}
</style>
border-color css
<style>
span { border-color: #13725E; }
span { border-color: rgb(19,114,94); }
td.TdClassName
{
border-color: #13725E;
}
.TagClassName
{
border-color: #13725E;
}
</style>