Shades of Deep Sea #137164
Tints of Deep Sea #137164
RGB
CMYK
RGB Variations
Color information
#137164 (or 0x137164) is known color: Deep Sea. HEX triplet: 13, 71 and 64. RGB value is (19,113,100). Sum of RGB (Red+Green+Blue) = 19+113+100=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #137164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #137164 is #EC8E9B. Grayscale: #535353. Windows color (decimal): -15503004 or 6582547. OLE color: 6582547.
HSL color Cylindrical-coordinate representation of color #137164: hue angle of 171.7º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #137164 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 113 | 100 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.56 |
| HSL | 171.7º | 0.71% | 0.26% | - |
| HSV(B) | 171.7º | 0.83% | 0.44% | - |
| XYZ | 8.47 | 12.87 | 14.09 | - |
| YUV | 83.41 | 137.36 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 113 | 100 | 0.83 | 0 | 0.12 | 0.56 | 171.7 | 0.71 | 0.26 |
| Hex | 13 | 71 | 64 | 53 | 0 | C | 38 | AC | 47 | 1A |
| Octal | 23 | 161 | 144 | 123 | 0 | 14 | 70 | 254 | 107 | 32 |
| Binary | 10011 | 1110001 | 1100100 | 1010011 | 0 | 1100 | 111000 | 10101100 | 1000111 | 11010 |
Color Harmonies of #137164
Complementary color
Monochromatic Colors of #137164
Black with #137164
Text Example
Text Example
White with #137164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #137164; }
p { color: rgb(19,113,100); }
H1.HeaderClassName
{
color: #137164;
}
.AnyTagClassName
{
color: #137164;
}
</style>
background-color css
<style>
a { background-color: #137164; }
a { background-color: rgb(19,113,100); }
div.DivClassName
{
background-color: #137164;
}
.BgClassName
{
background-color: #137164;
}
</style>
border-color css
<style>
span { border-color: #137164; }
span { border-color: rgb(19,113,100); }
td.TdClassName
{
border-color: #137164;
}
.TagClassName
{
border-color: #137164;
}
</style>