Shades of Deep Sea #137B5C
Tints of Deep Sea #137B5C
RGB
CMYK
RGB Variations
Color information
#137B5C (or 0x137B5C) is known color: Deep Sea. HEX triplet: 13, 7B and 5C. RGB value is (19,123,92). Sum of RGB (Red+Green+Blue) = 19+123+92=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 123 (48.44% from 255 or 52.56% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 123 - color contains mainly: green. Hex color #137B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137B5C is #EC84A3. Grayscale: #585858. Windows color (decimal): -15500452 or 6060819. OLE color: 6060819.
HSL color Cylindrical-coordinate representation of color #137B5C: hue angle of 162.12º 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 #137B5C is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 123 | 92 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.52 |
| HSL | 162.12º | 0.73% | 0.28% | - |
| HSV(B) | 162.12º | 0.85% | 0.48% | - |
| XYZ | 9.28 | 15.08 | 12.55 | - |
| YUV | 88.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 123 | 92 | 0.85 | 0 | 0.25 | 0.52 | 162.12 | 0.73 | 0.28 |
| Hex | 13 | 7B | 5C | 55 | 0 | 19 | 34 | A2 | 49 | 1C |
| Octal | 23 | 173 | 134 | 125 | 0 | 31 | 64 | 242 | 111 | 34 |
| Binary | 10011 | 1111011 | 1011100 | 1010101 | 0 | 11001 | 110100 | 10100010 | 1001001 | 11100 |
Color Harmonies of #137B5C
Complementary color
Monochromatic Colors of #137B5C
Black with #137B5C
Text Example
Text Example
White with #137B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137B5C; }
p { color: rgb(19,123,92); }
H1.HeaderClassName
{
color: #137B5C;
}
.AnyTagClassName
{
color: #137B5C;
}
</style>
background-color css
<style>
a { background-color: #137B5C; }
a { background-color: rgb(19,123,92); }
div.DivClassName
{
background-color: #137B5C;
}
.BgClassName
{
background-color: #137B5C;
}
</style>
border-color css
<style>
span { border-color: #137B5C; }
span { border-color: rgb(19,123,92); }
td.TdClassName
{
border-color: #137B5C;
}
.TagClassName
{
border-color: #137B5C;
}
</style>