Shades of Deep Sea #19715E
Tints of Deep Sea #19715E
RGB
CMYK
RGB Variations
Color information
#19715E (or 0x19715E) is known color: Deep Sea. HEX triplet: 19, 71 and 5E. RGB value is (25,113,94). Sum of RGB (Red+Green+Blue) = 25+113+94=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 94 (37.11% from 255 or 40.52% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #19715E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19715E is #E68EA1. Grayscale: #545454. Windows color (decimal): -15109794 or 6189337. OLE color: 6189337.
HSL color Cylindrical-coordinate representation of color #19715E: hue angle of 167.05º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19715E is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 94 | - |
| CMYK | 0.78 | 0 | 0.17 | 0.56 |
| HSL | 167.05º | 0.64% | 0.27% | - |
| HSV(B) | 167.05º | 0.78% | 0.44% | - |
| XYZ | 8.33 | 12.83 | 12.63 | - |
| YUV | 84.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 94 | 0.78 | 0 | 0.17 | 0.56 | 167.05 | 0.64 | 0.27 |
| Hex | 19 | 71 | 5E | 4E | 0 | 11 | 38 | A7 | 40 | 1B |
| Octal | 31 | 161 | 136 | 116 | 0 | 21 | 70 | 247 | 100 | 33 |
| Binary | 11001 | 1110001 | 1011110 | 1001110 | 0 | 10001 | 111000 | 10100111 | 1000000 | 11011 |
Color Harmonies of #19715E
Complementary color
Monochromatic Colors of #19715E
Black with #19715E
Text Example
Text Example
White with #19715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19715E; }
p { color: rgb(25,113,94); }
H1.HeaderClassName
{
color: #19715E;
}
.AnyTagClassName
{
color: #19715E;
}
</style>
background-color css
<style>
a { background-color: #19715E; }
a { background-color: rgb(25,113,94); }
div.DivClassName
{
background-color: #19715E;
}
.BgClassName
{
background-color: #19715E;
}
</style>
border-color css
<style>
span { border-color: #19715E; }
span { border-color: rgb(25,113,94); }
td.TdClassName
{
border-color: #19715E;
}
.TagClassName
{
border-color: #19715E;
}
</style>