Shades of Deep Sea #13745A
Tints of Deep Sea #13745A
RGB
CMYK
RGB Variations
Color information
#13745A (or 0x13745A) is known color: Deep Sea. HEX triplet: 13, 74 and 5A. RGB value is (19,116,90). Sum of RGB (Red+Green+Blue) = 19+116+90=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #13745A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13745A is #EC8BA5. Grayscale: #545454. Windows color (decimal): -15502246 or 5927955. OLE color: 5927955.
HSL color Cylindrical-coordinate representation of color #13745A: hue angle of 163.92º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13745A is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 116 | 90 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.55 |
| HSL | 163.92º | 0.72% | 0.26% | - |
| HSV(B) | 163.92º | 0.84% | 0.45% | - |
| XYZ | 8.36 | 13.37 | 11.81 | - |
| YUV | 84.03 | 131.36 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 116 | 90 | 0.84 | 0 | 0.22 | 0.55 | 163.92 | 0.72 | 0.26 |
| Hex | 13 | 74 | 5A | 54 | 0 | 16 | 37 | A4 | 48 | 1A |
| Octal | 23 | 164 | 132 | 124 | 0 | 26 | 67 | 244 | 110 | 32 |
| Binary | 10011 | 1110100 | 1011010 | 1010100 | 0 | 10110 | 110111 | 10100100 | 1001000 | 11010 |
Color Harmonies of #13745A
Complementary color
Monochromatic Colors of #13745A
Black with #13745A
Text Example
Text Example
White with #13745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13745A; }
p { color: rgb(19,116,90); }
H1.HeaderClassName
{
color: #13745A;
}
.AnyTagClassName
{
color: #13745A;
}
</style>
background-color css
<style>
a { background-color: #13745A; }
a { background-color: rgb(19,116,90); }
div.DivClassName
{
background-color: #13745A;
}
.BgClassName
{
background-color: #13745A;
}
</style>
border-color css
<style>
span { border-color: #13745A; }
span { border-color: rgb(19,116,90); }
td.TdClassName
{
border-color: #13745A;
}
.TagClassName
{
border-color: #13745A;
}
</style>