Shades of Deep Sea #13725B
Tints of Deep Sea #13725B
RGB
CMYK
RGB Variations
Color information
#13725B (or 0x13725B) is known color: Deep Sea. HEX triplet: 13, 72 and 5B. RGB value is (19,114,91). Sum of RGB (Red+Green+Blue) = 19+114+91=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 114 (44.92% from 255 or 50.89% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 114 - color contains mainly: green. Hex color #13725B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13725B is #EC8DA4. Grayscale: #525252. Windows color (decimal): -15502757 or 5992979. OLE color: 5992979.
HSL color Cylindrical-coordinate representation of color #13725B: hue angle of 165.47º 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 #13725B is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 114 | 91 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.55 |
| HSL | 165.47º | 0.71% | 0.26% | - |
| HSV(B) | 165.47º | 0.83% | 0.45% | - |
| XYZ | 8.17 | 12.93 | 11.96 | - |
| YUV | 82.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 114 | 91 | 0.83 | 0 | 0.20 | 0.55 | 165.47 | 0.71 | 0.26 |
| Hex | 13 | 72 | 5B | 53 | 0 | 14 | 37 | A5 | 47 | 1A |
| Octal | 23 | 162 | 133 | 123 | 0 | 24 | 67 | 245 | 107 | 32 |
| Binary | 10011 | 1110010 | 1011011 | 1010011 | 0 | 10100 | 110111 | 10100101 | 1000111 | 11010 |
Color Harmonies of #13725B
Complementary color
Monochromatic Colors of #13725B
Black with #13725B
Text Example
Text Example
White with #13725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13725B; }
p { color: rgb(19,114,91); }
H1.HeaderClassName
{
color: #13725B;
}
.AnyTagClassName
{
color: #13725B;
}
</style>
background-color css
<style>
a { background-color: #13725B; }
a { background-color: rgb(19,114,91); }
div.DivClassName
{
background-color: #13725B;
}
.BgClassName
{
background-color: #13725B;
}
</style>
border-color css
<style>
span { border-color: #13725B; }
span { border-color: rgb(19,114,91); }
td.TdClassName
{
border-color: #13725B;
}
.TagClassName
{
border-color: #13725B;
}
</style>