Shades of Evening Sea #13584B
Tints of Evening Sea #13584B
RGB
CMYK
RGB Variations
Color information
#13584B (or 0x13584B) is known color: Evening Sea. HEX triplet: 13, 58 and 4B. RGB value is (19,88,75). Sum of RGB (Red+Green+Blue) = 19+88+75=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 88 (34.77% from 255 or 48.35% from 182); Blue value is 75 (29.69% from 255 or 41.21% from 182); Max value from RGB is 88 - color contains mainly: green. Hex color #13584B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13584B is #ECA7B4. Grayscale: #414141. Windows color (decimal): -15509429 or 4937747. OLE color: 4937747.
HSL color Cylindrical-coordinate representation of color #13584B: hue angle of 168.7º 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 #13584B is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 88 | 75 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.65 |
| HSL | 168.7º | 0.64% | 0.21% | - |
| HSV(B) | 168.7º | 0.78% | 0.35% | - |
| XYZ | 5.03 | 7.63 | 7.86 | - |
| YUV | 65.89 | 133.14 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 75 | 0.78 | 0 | 0.15 | 0.65 | 168.7 | 0.64 | 0.21 |
| Hex | 13 | 58 | 4B | 4E | 0 | F | 41 | A9 | 40 | 15 |
| Octal | 23 | 130 | 113 | 116 | 0 | 17 | 101 | 251 | 100 | 25 |
| Binary | 10011 | 1011000 | 1001011 | 1001110 | 0 | 1111 | 1000001 | 10101001 | 1000000 | 10101 |
Color Harmonies of #13584B
Complementary color
Monochromatic Colors of #13584B
Black with #13584B
Text Example
Text Example
White with #13584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13584B; }
p { color: rgb(19,88,75); }
H1.HeaderClassName
{
color: #13584B;
}
.AnyTagClassName
{
color: #13584B;
}
</style>
background-color css
<style>
a { background-color: #13584B; }
a { background-color: rgb(19,88,75); }
div.DivClassName
{
background-color: #13584B;
}
.BgClassName
{
background-color: #13584B;
}
</style>
border-color css
<style>
span { border-color: #13584B; }
span { border-color: rgb(19,88,75); }
td.TdClassName
{
border-color: #13584B;
}
.TagClassName
{
border-color: #13584B;
}
</style>