Shades of Deep Sea #13735C
Tints of Deep Sea #13735C
RGB
CMYK
RGB Variations
Color information
#13735C (or 0x13735C) is known color: Deep Sea. HEX triplet: 13, 73 and 5C. RGB value is (19,115,92). Sum of RGB (Red+Green+Blue) = 19+115+92=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #13735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13735C is #EC8CA3. Grayscale: #535353. Windows color (decimal): -15502500 or 6058771. OLE color: 6058771.
HSL color Cylindrical-coordinate representation of color #13735C: hue angle of 165.62º 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 #13735C is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 92 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.55 |
| HSL | 165.63º | 0.72% | 0.26% | - |
| HSV(B) | 165.63º | 0.83% | 0.45% | - |
| XYZ | 8.33 | 13.17 | 12.23 | - |
| YUV | 83.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 92 | 0.83 | 0 | 0.20 | 0.55 | 165.63 | 0.72 | 0.26 |
| Hex | 13 | 73 | 5C | 53 | 0 | 14 | 37 | A6 | 48 | 1A |
| Octal | 23 | 163 | 134 | 123 | 0 | 24 | 67 | 246 | 110 | 32 |
| Binary | 10011 | 1110011 | 1011100 | 1010011 | 0 | 10100 | 110111 | 10100110 | 1001000 | 11010 |
Color Harmonies of #13735C
Complementary color
Monochromatic Colors of #13735C
Black with #13735C
Text Example
Text Example
White with #13735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13735C; }
p { color: rgb(19,115,92); }
H1.HeaderClassName
{
color: #13735C;
}
.AnyTagClassName
{
color: #13735C;
}
</style>
background-color css
<style>
a { background-color: #13735C; }
a { background-color: rgb(19,115,92); }
div.DivClassName
{
background-color: #13735C;
}
.BgClassName
{
background-color: #13735C;
}
</style>
border-color css
<style>
span { border-color: #13735C; }
span { border-color: rgb(19,115,92); }
td.TdClassName
{
border-color: #13735C;
}
.TagClassName
{
border-color: #13735C;
}
</style>