Shades of Deep Sea #19746D
Tints of Deep Sea #19746D
RGB
CMYK
RGB Variations
Color information
#19746D (or 0x19746D) is known color: Deep Sea. HEX triplet: 19, 74 and 6D. RGB value is (25,116,109). Sum of RGB (Red+Green+Blue) = 25+116+109=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #19746D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19746D is #E68B92. Grayscale: #575757. Windows color (decimal): -15109011 or 7173145. OLE color: 7173145.
HSL color Cylindrical-coordinate representation of color #19746D: hue angle of 175.38º 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 #19746D is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 116 | 109 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.55 |
| HSL | 175.38º | 0.65% | 0.28% | - |
| HSV(B) | 175.38º | 0.78% | 0.45% | - |
| XYZ | 9.41 | 13.8 | 16.64 | - |
| YUV | 87.99 | 139.85 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 116 | 109 | 0.78 | 0 | 0.06 | 0.55 | 175.38 | 0.65 | 0.28 |
| Hex | 19 | 74 | 6D | 4E | 0 | 6 | 37 | AF | 41 | 1C |
| Octal | 31 | 164 | 155 | 116 | 0 | 6 | 67 | 257 | 101 | 34 |
| Binary | 11001 | 1110100 | 1101101 | 1001110 | 0 | 110 | 110111 | 10101111 | 1000001 | 11100 |
Color Harmonies of #19746D
Complementary color
Monochromatic Colors of #19746D
Black with #19746D
Text Example
Text Example
White with #19746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19746D; }
p { color: rgb(25,116,109); }
H1.HeaderClassName
{
color: #19746D;
}
.AnyTagClassName
{
color: #19746D;
}
</style>
background-color css
<style>
a { background-color: #19746D; }
a { background-color: rgb(25,116,109); }
div.DivClassName
{
background-color: #19746D;
}
.BgClassName
{
background-color: #19746D;
}
</style>
border-color css
<style>
span { border-color: #19746D; }
span { border-color: rgb(25,116,109); }
td.TdClassName
{
border-color: #19746D;
}
.TagClassName
{
border-color: #19746D;
}
</style>