Shades of Deep Sea #137B5D
Tints of Deep Sea #137B5D
RGB
CMYK
RGB Variations
Color information
#137B5D (or 0x137B5D) is known color: Deep Sea. HEX triplet: 13, 7B and 5D. RGB value is (19,123,93). Sum of RGB (Red+Green+Blue) = 19+123+93=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 123 (48.44% from 255 or 52.34% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 123 - color contains mainly: green. Hex color #137B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B5D is #EC84A2. Grayscale: #585858. Windows color (decimal): -15500451 or 6126355. OLE color: 6126355.
HSL color Cylindrical-coordinate representation of color #137B5D: hue angle of 162.69º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #137B5D is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 93 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.52 |
| HSL | 162.69º | 0.73% | 0.28% | - |
| HSV(B) | 162.69º | 0.85% | 0.48% | - |
| XYZ | 9.33 | 15.09 | 12.78 | - |
| YUV | 88.48 | 130.54 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 93 | 0.85 | 0 | 0.24 | 0.52 | 162.69 | 0.73 | 0.28 |
| Hex | 13 | 7B | 5D | 55 | 0 | 18 | 34 | A3 | 49 | 1C |
| Octal | 23 | 173 | 135 | 125 | 0 | 30 | 64 | 243 | 111 | 34 |
| Binary | 10011 | 1111011 | 1011101 | 1010101 | 0 | 11000 | 110100 | 10100011 | 1001001 | 11100 |
Color Harmonies of #137B5D
Complementary color
Monochromatic Colors of #137B5D
Black with #137B5D
Text Example
Text Example
White with #137B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B5D; }
p { color: rgb(19,123,93); }
H1.HeaderClassName
{
color: #137B5D;
}
.AnyTagClassName
{
color: #137B5D;
}
</style>
background-color css
<style>
a { background-color: #137B5D; }
a { background-color: rgb(19,123,93); }
div.DivClassName
{
background-color: #137B5D;
}
.BgClassName
{
background-color: #137B5D;
}
</style>
border-color css
<style>
span { border-color: #137B5D; }
span { border-color: rgb(19,123,93); }
td.TdClassName
{
border-color: #137B5D;
}
.TagClassName
{
border-color: #137B5D;
}
</style>