Shades of Evening Sea #13584C
Tints of Evening Sea #13584C
RGB
CMYK
RGB Variations
Color information
#13584C (or 0x13584C) is known color: Evening Sea. HEX triplet: 13, 58 and 4C. RGB value is (19,88,76). Sum of RGB (Red+Green+Blue) = 19+88+76=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 88 (34.77% from 255 or 48.09% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 88 - color contains mainly: green. Hex color #13584C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13584C is #ECA7B3. Grayscale: #414141. Windows color (decimal): -15509428 or 5003283. OLE color: 5003283.
HSL color Cylindrical-coordinate representation of color #13584C: hue angle of 169.57º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13584C is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 88 | 76 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.65 |
| HSL | 169.57º | 0.64% | 0.21% | - |
| HSV(B) | 169.57º | 0.78% | 0.35% | - |
| XYZ | 5.06 | 7.64 | 8.05 | - |
| YUV | 66 | 133.64 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 76 | 0.78 | 0 | 0.14 | 0.65 | 169.57 | 0.64 | 0.21 |
| Hex | 13 | 58 | 4C | 4E | 0 | E | 41 | AA | 40 | 15 |
| Octal | 23 | 130 | 114 | 116 | 0 | 16 | 101 | 252 | 100 | 25 |
| Binary | 10011 | 1011000 | 1001100 | 1001110 | 0 | 1110 | 1000001 | 10101010 | 1000000 | 10101 |
Color Harmonies of #13584C
Complementary color
Monochromatic Colors of #13584C
Black with #13584C
Text Example
Text Example
White with #13584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13584C; }
p { color: rgb(19,88,76); }
H1.HeaderClassName
{
color: #13584C;
}
.AnyTagClassName
{
color: #13584C;
}
</style>
background-color css
<style>
a { background-color: #13584C; }
a { background-color: rgb(19,88,76); }
div.DivClassName
{
background-color: #13584C;
}
.BgClassName
{
background-color: #13584C;
}
</style>
border-color css
<style>
span { border-color: #13584C; }
span { border-color: rgb(19,88,76); }
td.TdClassName
{
border-color: #13584C;
}
.TagClassName
{
border-color: #13584C;
}
</style>