Shades of Evening Sea #13614D
Tints of Evening Sea #13614D
RGB
CMYK
RGB Variations
Color information
#13614D (or 0x13614D) is known color: Evening Sea. HEX triplet: 13, 61 and 4D. RGB value is (19,97,77). Sum of RGB (Red+Green+Blue) = 19+97+77=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 97 (38.28% from 255 or 50.26% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 97 - color contains mainly: green. Hex color #13614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13614D is #EC9EB2. Grayscale: #474747. Windows color (decimal): -15507123 or 5071123. OLE color: 5071123.
HSL color Cylindrical-coordinate representation of color #13614D: hue angle of 164.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13614D is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 97 | 77 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.62 |
| HSL | 164.62º | 0.67% | 0.23% | - |
| HSV(B) | 164.62º | 0.8% | 0.38% | - |
| XYZ | 5.88 | 9.22 | 8.49 | - |
| YUV | 71.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 77 | 0.80 | 0 | 0.21 | 0.62 | 164.62 | 0.67 | 0.23 |
| Hex | 13 | 61 | 4D | 50 | 0 | 15 | 3E | A5 | 43 | 17 |
| Octal | 23 | 141 | 115 | 120 | 0 | 25 | 76 | 245 | 103 | 27 |
| Binary | 10011 | 1100001 | 1001101 | 1010000 | 0 | 10101 | 111110 | 10100101 | 1000011 | 10111 |
Color Harmonies of #13614D
Complementary color
Monochromatic Colors of #13614D
Black with #13614D
Text Example
Text Example
White with #13614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13614D; }
p { color: rgb(19,97,77); }
H1.HeaderClassName
{
color: #13614D;
}
.AnyTagClassName
{
color: #13614D;
}
</style>
background-color css
<style>
a { background-color: #13614D; }
a { background-color: rgb(19,97,77); }
div.DivClassName
{
background-color: #13614D;
}
.BgClassName
{
background-color: #13614D;
}
</style>
border-color css
<style>
span { border-color: #13614D; }
span { border-color: rgb(19,97,77); }
td.TdClassName
{
border-color: #13614D;
}
.TagClassName
{
border-color: #13614D;
}
</style>