Shades of Deep Sea #13735F
Tints of Deep Sea #13735F
RGB
CMYK
RGB Variations
Color information
#13735F (or 0x13735F) is known color: Deep Sea. HEX triplet: 13, 73 and 5F. RGB value is (19,115,95). Sum of RGB (Red+Green+Blue) = 19+115+95=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 115 (45.31% from 255 or 50.22% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 115 - color contains mainly: green. Hex color #13735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13735F is #EC8CA0. Grayscale: #545454. Windows color (decimal): -15502497 or 6255379. OLE color: 6255379.
HSL color Cylindrical-coordinate representation of color #13735F: hue angle of 167.5º 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 #13735F is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 95 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.55 |
| HSL | 167.5º | 0.72% | 0.26% | - |
| HSV(B) | 167.5º | 0.83% | 0.45% | - |
| XYZ | 8.46 | 13.23 | 12.93 | - |
| YUV | 84.02 | 134.2 | 81.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 95 | 0.83 | 0 | 0.17 | 0.55 | 167.5 | 0.72 | 0.26 |
| Hex | 13 | 73 | 5F | 53 | 0 | 11 | 37 | A8 | 48 | 1A |
| Octal | 23 | 163 | 137 | 123 | 0 | 21 | 67 | 250 | 110 | 32 |
| Binary | 10011 | 1110011 | 1011111 | 1010011 | 0 | 10001 | 110111 | 10101000 | 1001000 | 11010 |
Color Harmonies of #13735F
Complementary color
Monochromatic Colors of #13735F
Black with #13735F
Text Example
Text Example
White with #13735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13735F; }
p { color: rgb(19,115,95); }
H1.HeaderClassName
{
color: #13735F;
}
.AnyTagClassName
{
color: #13735F;
}
</style>
background-color css
<style>
a { background-color: #13735F; }
a { background-color: rgb(19,115,95); }
div.DivClassName
{
background-color: #13735F;
}
.BgClassName
{
background-color: #13735F;
}
</style>
border-color css
<style>
span { border-color: #13735F; }
span { border-color: rgb(19,115,95); }
td.TdClassName
{
border-color: #13735F;
}
.TagClassName
{
border-color: #13735F;
}
</style>