Shades of Evening Sea #13594D
Tints of Evening Sea #13594D
RGB
CMYK
RGB Variations
Color information
#13594D (or 0x13594D) is known color: Evening Sea. HEX triplet: 13, 59 and 4D. RGB value is (19,89,77). Sum of RGB (Red+Green+Blue) = 19+89+77=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 89 - color contains mainly: green. Hex color #13594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13594D is #ECA6B2. Grayscale: #424242. Windows color (decimal): -15509171 or 5069075. OLE color: 5069075.
HSL color Cylindrical-coordinate representation of color #13594D: hue angle of 169.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13594D is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 89 | 77 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.65 |
| HSL | 169.71º | 0.65% | 0.21% | - |
| HSV(B) | 169.71º | 0.79% | 0.35% | - |
| XYZ | 5.18 | 7.82 | 8.26 | - |
| YUV | 66.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 89 | 77 | 0.79 | 0 | 0.13 | 0.65 | 169.71 | 0.65 | 0.21 |
| Hex | 13 | 59 | 4D | 4F | 0 | D | 41 | AA | 41 | 15 |
| Octal | 23 | 131 | 115 | 117 | 0 | 15 | 101 | 252 | 101 | 25 |
| Binary | 10011 | 1011001 | 1001101 | 1001111 | 0 | 1101 | 1000001 | 10101010 | 1000001 | 10101 |
Color Harmonies of #13594D
Complementary color
Monochromatic Colors of #13594D
Black with #13594D
Text Example
Text Example
White with #13594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13594D; }
p { color: rgb(19,89,77); }
H1.HeaderClassName
{
color: #13594D;
}
.AnyTagClassName
{
color: #13594D;
}
</style>
background-color css
<style>
a { background-color: #13594D; }
a { background-color: rgb(19,89,77); }
div.DivClassName
{
background-color: #13594D;
}
.BgClassName
{
background-color: #13594D;
}
</style>
border-color css
<style>
span { border-color: #13594D; }
span { border-color: rgb(19,89,77); }
td.TdClassName
{
border-color: #13594D;
}
.TagClassName
{
border-color: #13594D;
}
</style>