Shades of Deep Sea #13705A
Tints of Deep Sea #13705A
RGB
CMYK
RGB Variations
Color information
#13705A (or 0x13705A) is known color: Deep Sea. HEX triplet: 13, 70 and 5A. RGB value is (19,112,90). Sum of RGB (Red+Green+Blue) = 19+112+90=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #13705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13705A is #EC8FA5. Grayscale: #515151. Windows color (decimal): -15503270 or 5926931. OLE color: 5926931.
HSL color Cylindrical-coordinate representation of color #13705A: hue angle of 165.81º 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 #13705A is Cyan = 0.83, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 112 | 90 | - |
| CMYK | 0.83 | 0 | 0.20 | 0.56 |
| HSL | 165.81º | 0.71% | 0.26% | - |
| HSV(B) | 165.81º | 0.83% | 0.44% | - |
| XYZ | 7.91 | 12.46 | 11.66 | - |
| YUV | 81.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 112 | 90 | 0.83 | 0 | 0.20 | 0.56 | 165.81 | 0.71 | 0.26 |
| Hex | 13 | 70 | 5A | 53 | 0 | 14 | 38 | A6 | 47 | 1A |
| Octal | 23 | 160 | 132 | 123 | 0 | 24 | 70 | 246 | 107 | 32 |
| Binary | 10011 | 1110000 | 1011010 | 1010011 | 0 | 10100 | 111000 | 10100110 | 1000111 | 11010 |
Color Harmonies of #13705A
Complementary color
Monochromatic Colors of #13705A
Black with #13705A
Text Example
Text Example
White with #13705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13705A; }
p { color: rgb(19,112,90); }
H1.HeaderClassName
{
color: #13705A;
}
.AnyTagClassName
{
color: #13705A;
}
</style>
background-color css
<style>
a { background-color: #13705A; }
a { background-color: rgb(19,112,90); }
div.DivClassName
{
background-color: #13705A;
}
.BgClassName
{
background-color: #13705A;
}
</style>
border-color css
<style>
span { border-color: #13705A; }
span { border-color: rgb(19,112,90); }
td.TdClassName
{
border-color: #13705A;
}
.TagClassName
{
border-color: #13705A;
}
</style>