Shades of Deep Sea #19736A
Tints of Deep Sea #19736A
RGB
CMYK
RGB Variations
Color information
#19736A (or 0x19736A) is known color: Deep Sea. HEX triplet: 19, 73 and 6A. RGB value is (25,115,106). Sum of RGB (Red+Green+Blue) = 25+115+106=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #19736A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19736A is #E68C95. Grayscale: #575757. Windows color (decimal): -15109270 or 6976281. OLE color: 6976281.
HSL color Cylindrical-coordinate representation of color #19736A: hue angle of 174º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19736A is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 115 | 106 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.55 |
| HSL | 174º | 0.64% | 0.27% | - |
| HSV(B) | 174º | 0.78% | 0.45% | - |
| XYZ | 9.13 | 13.51 | 15.76 | - |
| YUV | 87.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 115 | 106 | 0.78 | 0 | 0.08 | 0.55 | 174 | 0.64 | 0.27 |
| Hex | 19 | 73 | 6A | 4E | 0 | 8 | 37 | AE | 40 | 1B |
| Octal | 31 | 163 | 152 | 116 | 0 | 10 | 67 | 256 | 100 | 33 |
| Binary | 11001 | 1110011 | 1101010 | 1001110 | 0 | 1000 | 110111 | 10101110 | 1000000 | 11011 |
Color Harmonies of #19736A
Complementary color
Monochromatic Colors of #19736A
Black with #19736A
Text Example
Text Example
White with #19736A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19736A; }
p { color: rgb(25,115,106); }
H1.HeaderClassName
{
color: #19736A;
}
.AnyTagClassName
{
color: #19736A;
}
</style>
background-color css
<style>
a { background-color: #19736A; }
a { background-color: rgb(25,115,106); }
div.DivClassName
{
background-color: #19736A;
}
.BgClassName
{
background-color: #19736A;
}
</style>
border-color css
<style>
span { border-color: #19736A; }
span { border-color: rgb(25,115,106); }
td.TdClassName
{
border-color: #19736A;
}
.TagClassName
{
border-color: #19736A;
}
</style>