Shades of Deep Sea #13705F
Tints of Deep Sea #13705F
RGB
CMYK
RGB Variations
Color information
#13705F (or 0x13705F) is known color: Deep Sea. HEX triplet: 13, 70 and 5F. RGB value is (19,112,95). Sum of RGB (Red+Green+Blue) = 19+112+95=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #13705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13705F is #EC8FA0. Grayscale: #525252. Windows color (decimal): -15503265 or 6254611. OLE color: 6254611.
HSL color Cylindrical-coordinate representation of color #13705F: hue angle of 169.03º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13705F is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 95 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.56 |
| HSL | 169.03º | 0.71% | 0.26% | - |
| HSV(B) | 169.03º | 0.83% | 0.44% | - |
| XYZ | 8.13 | 12.55 | 12.82 | - |
| YUV | 82.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 95 | 0.83 | 0 | 0.15 | 0.56 | 169.03 | 0.71 | 0.26 |
| Hex | 13 | 70 | 5F | 53 | 0 | F | 38 | A9 | 47 | 1A |
| Octal | 23 | 160 | 137 | 123 | 0 | 17 | 70 | 251 | 107 | 32 |
| Binary | 10011 | 1110000 | 1011111 | 1010011 | 0 | 1111 | 111000 | 10101001 | 1000111 | 11010 |
Color Harmonies of #13705F
Complementary color
Monochromatic Colors of #13705F
Black with #13705F
Text Example
Text Example
White with #13705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13705F; }
p { color: rgb(19,112,95); }
H1.HeaderClassName
{
color: #13705F;
}
.AnyTagClassName
{
color: #13705F;
}
</style>
background-color css
<style>
a { background-color: #13705F; }
a { background-color: rgb(19,112,95); }
div.DivClassName
{
background-color: #13705F;
}
.BgClassName
{
background-color: #13705F;
}
</style>
border-color css
<style>
span { border-color: #13705F; }
span { border-color: rgb(19,112,95); }
td.TdClassName
{
border-color: #13705F;
}
.TagClassName
{
border-color: #13705F;
}
</style>