Shades of Deep Sea #13735E
Tints of Deep Sea #13735E
RGB
CMYK
RGB Variations
Color information
#13735E (or 0x13735E) is known color: Deep Sea. HEX triplet: 13, 73 and 5E. RGB value is (19,115,94). Sum of RGB (Red+Green+Blue) = 19+115+94=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #13735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13735E is #EC8CA1. Grayscale: #535353. Windows color (decimal): -15502498 or 6189843. OLE color: 6189843.
HSL color Cylindrical-coordinate representation of color #13735E: hue angle of 166.88º degrees, saturation: 0.72, 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 #13735E is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 94 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.55 |
| HSL | 166.88º | 0.72% | 0.26% | - |
| HSV(B) | 166.88º | 0.83% | 0.45% | - |
| XYZ | 8.42 | 13.21 | 12.7 | - |
| YUV | 83.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 94 | 0.83 | 0 | 0.18 | 0.55 | 166.88 | 0.72 | 0.26 |
| Hex | 13 | 73 | 5E | 53 | 0 | 12 | 37 | A7 | 48 | 1A |
| Octal | 23 | 163 | 136 | 123 | 0 | 22 | 67 | 247 | 110 | 32 |
| Binary | 10011 | 1110011 | 1011110 | 1010011 | 0 | 10010 | 110111 | 10100111 | 1001000 | 11010 |
Color Harmonies of #13735E
Complementary color
Monochromatic Colors of #13735E
Black with #13735E
Text Example
Text Example
White with #13735E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13735E; }
p { color: rgb(19,115,94); }
H1.HeaderClassName
{
color: #13735E;
}
.AnyTagClassName
{
color: #13735E;
}
</style>
background-color css
<style>
a { background-color: #13735E; }
a { background-color: rgb(19,115,94); }
div.DivClassName
{
background-color: #13735E;
}
.BgClassName
{
background-color: #13735E;
}
</style>
border-color css
<style>
span { border-color: #13735E; }
span { border-color: rgb(19,115,94); }
td.TdClassName
{
border-color: #13735E;
}
.TagClassName
{
border-color: #13735E;
}
</style>