Shades of Deep Sea #137A5E
Tints of Deep Sea #137A5E
RGB
CMYK
RGB Variations
Color information
#137A5E (or 0x137A5E) is known color: Deep Sea. HEX triplet: 13, 7A and 5E. RGB value is (19,122,94). Sum of RGB (Red+Green+Blue) = 19+122+94=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 122 (48.05% from 255 or 51.91% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 122 - color contains mainly: green. Hex color #137A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137A5E is #EC85A1. Grayscale: #585858. Windows color (decimal): -15500706 or 6191635. OLE color: 6191635.
HSL color Cylindrical-coordinate representation of color #137A5E: hue angle of 163.69º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #137A5E is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 122 | 94 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.52 |
| HSL | 163.69º | 0.73% | 0.28% | - |
| HSV(B) | 163.69º | 0.84% | 0.48% | - |
| XYZ | 9.25 | 14.87 | 12.97 | - |
| YUV | 88.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 122 | 94 | 0.84 | 0 | 0.23 | 0.52 | 163.69 | 0.73 | 0.28 |
| Hex | 13 | 7A | 5E | 54 | 0 | 17 | 34 | A4 | 49 | 1C |
| Octal | 23 | 172 | 136 | 124 | 0 | 27 | 64 | 244 | 111 | 34 |
| Binary | 10011 | 1111010 | 1011110 | 1010100 | 0 | 10111 | 110100 | 10100100 | 1001001 | 11100 |
Color Harmonies of #137A5E
Complementary color
Monochromatic Colors of #137A5E
Black with #137A5E
Text Example
Text Example
White with #137A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137A5E; }
p { color: rgb(19,122,94); }
H1.HeaderClassName
{
color: #137A5E;
}
.AnyTagClassName
{
color: #137A5E;
}
</style>
background-color css
<style>
a { background-color: #137A5E; }
a { background-color: rgb(19,122,94); }
div.DivClassName
{
background-color: #137A5E;
}
.BgClassName
{
background-color: #137A5E;
}
</style>
border-color css
<style>
span { border-color: #137A5E; }
span { border-color: rgb(19,122,94); }
td.TdClassName
{
border-color: #137A5E;
}
.TagClassName
{
border-color: #137A5E;
}
</style>