Shades of Deep Sea #19765D
Tints of Deep Sea #19765D
RGB
CMYK
RGB Variations
Color information
#19765D (or 0x19765D) is known color: Deep Sea. HEX triplet: 19, 76 and 5D. RGB value is (25,118,93). Sum of RGB (Red+Green+Blue) = 25+118+93=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #19765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19765D is #E689A2. Grayscale: #575757. Windows color (decimal): -15108515 or 6125081. OLE color: 6125081.
HSL color Cylindrical-coordinate representation of color #19765D: hue angle of 163.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #19765D is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 118 | 93 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.54 |
| HSL | 163.87º | 0.65% | 0.28% | - |
| HSV(B) | 163.87º | 0.79% | 0.46% | - |
| XYZ | 8.86 | 13.95 | 12.58 | - |
| YUV | 87.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 118 | 93 | 0.79 | 0 | 0.21 | 0.54 | 163.87 | 0.65 | 0.28 |
| Hex | 19 | 76 | 5D | 4F | 0 | 15 | 36 | A4 | 41 | 1C |
| Octal | 31 | 166 | 135 | 117 | 0 | 25 | 66 | 244 | 101 | 34 |
| Binary | 11001 | 1110110 | 1011101 | 1001111 | 0 | 10101 | 110110 | 10100100 | 1000001 | 11100 |
Color Harmonies of #19765D
Complementary color
Monochromatic Colors of #19765D
Black with #19765D
Text Example
Text Example
White with #19765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19765D; }
p { color: rgb(25,118,93); }
H1.HeaderClassName
{
color: #19765D;
}
.AnyTagClassName
{
color: #19765D;
}
</style>
background-color css
<style>
a { background-color: #19765D; }
a { background-color: rgb(25,118,93); }
div.DivClassName
{
background-color: #19765D;
}
.BgClassName
{
background-color: #19765D;
}
</style>
border-color css
<style>
span { border-color: #19765D; }
span { border-color: rgb(25,118,93); }
td.TdClassName
{
border-color: #19765D;
}
.TagClassName
{
border-color: #19765D;
}
</style>