Shades of Evening Sea #135A4A
Tints of Evening Sea #135A4A
RGB
CMYK
RGB Variations
Color information
#135A4A (or 0x135A4A) is known color: Evening Sea. HEX triplet: 13, 5A and 4A. RGB value is (19,90,74). Sum of RGB (Red+Green+Blue) = 19+90+74=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 90 - color contains mainly: green. Hex color #135A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135A4A is #ECA5B5. Grayscale: #424242. Windows color (decimal): -15508918 or 4872723. OLE color: 4872723.
HSL color Cylindrical-coordinate representation of color #135A4A: hue angle of 166.48º 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 #135A4A is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 90 | 74 | - |
| CMYK | 0.79 | 0 | 0.18 | 0.65 |
| HSL | 166.48º | 0.65% | 0.21% | - |
| HSV(B) | 166.48º | 0.79% | 0.35% | - |
| XYZ | 5.16 | 7.95 | 7.74 | - |
| YUV | 66.95 | 131.98 | 93.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 74 | 0.79 | 0 | 0.18 | 0.65 | 166.48 | 0.65 | 0.21 |
| Hex | 13 | 5A | 4A | 4F | 0 | 12 | 41 | A6 | 41 | 15 |
| Octal | 23 | 132 | 112 | 117 | 0 | 22 | 101 | 246 | 101 | 25 |
| Binary | 10011 | 1011010 | 1001010 | 1001111 | 0 | 10010 | 1000001 | 10100110 | 1000001 | 10101 |
Color Harmonies of #135A4A
Complementary color
Monochromatic Colors of #135A4A
Black with #135A4A
Text Example
Text Example
White with #135A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A4A; }
p { color: rgb(19,90,74); }
H1.HeaderClassName
{
color: #135A4A;
}
.AnyTagClassName
{
color: #135A4A;
}
</style>
background-color css
<style>
a { background-color: #135A4A; }
a { background-color: rgb(19,90,74); }
div.DivClassName
{
background-color: #135A4A;
}
.BgClassName
{
background-color: #135A4A;
}
</style>
border-color css
<style>
span { border-color: #135A4A; }
span { border-color: rgb(19,90,74); }
td.TdClassName
{
border-color: #135A4A;
}
.TagClassName
{
border-color: #135A4A;
}
</style>