Shades of Deep Sea #19745D
Tints of Deep Sea #19745D
RGB
CMYK
RGB Variations
Color information
#19745D (or 0x19745D) is known color: Deep Sea. HEX triplet: 19, 74 and 5D. RGB value is (25,116,93). Sum of RGB (Red+Green+Blue) = 25+116+93=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #19745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19745D is #E68BA2. Grayscale: #565656. Windows color (decimal): -15109027 or 6124569. OLE color: 6124569.
HSL color Cylindrical-coordinate representation of color #19745D: hue angle of 164.84º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19745D is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 93 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.55 |
| HSL | 164.84º | 0.65% | 0.28% | - |
| HSV(B) | 164.84º | 0.78% | 0.45% | - |
| XYZ | 8.62 | 13.49 | 12.5 | - |
| YUV | 86.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 93 | 0.78 | 0 | 0.20 | 0.55 | 164.84 | 0.65 | 0.28 |
| Hex | 19 | 74 | 5D | 4E | 0 | 14 | 37 | A5 | 41 | 1C |
| Octal | 31 | 164 | 135 | 116 | 0 | 24 | 67 | 245 | 101 | 34 |
| Binary | 11001 | 1110100 | 1011101 | 1001110 | 0 | 10100 | 110111 | 10100101 | 1000001 | 11100 |
Color Harmonies of #19745D
Complementary color
Monochromatic Colors of #19745D
Black with #19745D
Text Example
Text Example
White with #19745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19745D; }
p { color: rgb(25,116,93); }
H1.HeaderClassName
{
color: #19745D;
}
.AnyTagClassName
{
color: #19745D;
}
</style>
background-color css
<style>
a { background-color: #19745D; }
a { background-color: rgb(25,116,93); }
div.DivClassName
{
background-color: #19745D;
}
.BgClassName
{
background-color: #19745D;
}
</style>
border-color css
<style>
span { border-color: #19745D; }
span { border-color: rgb(25,116,93); }
td.TdClassName
{
border-color: #19745D;
}
.TagClassName
{
border-color: #19745D;
}
</style>