Shades of Deep Sea #19865C
Tints of Deep Sea #19865C
RGB
CMYK
RGB Variations
Color information
#19865C (or 0x19865C) is known color: Deep Sea. HEX triplet: 19, 86 and 5C. RGB value is (25,134,92). Sum of RGB (Red+Green+Blue) = 25+134+92=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #19865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19865C is #E679A3. Grayscale: #606060. Windows color (decimal): -15104420 or 6063641. OLE color: 6063641.
HSL color Cylindrical-coordinate representation of color #19865C: hue angle of 156.88º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19865C is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 92 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.47 |
| HSL | 156.88º | 0.69% | 0.31% | - |
| HSV(B) | 156.88º | 0.81% | 0.53% | - |
| XYZ | 10.86 | 18.03 | 13.03 | - |
| YUV | 96.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 92 | 0.81 | 0 | 0.31 | 0.47 | 156.88 | 0.69 | 0.31 |
| Hex | 19 | 86 | 5C | 51 | 0 | 1F | 2F | 9D | 45 | 1F |
| Octal | 31 | 206 | 134 | 121 | 0 | 37 | 57 | 235 | 105 | 37 |
| Binary | 11001 | 10000110 | 1011100 | 1010001 | 0 | 11111 | 101111 | 10011101 | 1000101 | 11111 |
Color Harmonies of #19865C
Complementary color
Monochromatic Colors of #19865C
Black with #19865C
Text Example
Text Example
White with #19865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19865C; }
p { color: rgb(25,134,92); }
H1.HeaderClassName
{
color: #19865C;
}
.AnyTagClassName
{
color: #19865C;
}
</style>
background-color css
<style>
a { background-color: #19865C; }
a { background-color: rgb(25,134,92); }
div.DivClassName
{
background-color: #19865C;
}
.BgClassName
{
background-color: #19865C;
}
</style>
border-color css
<style>
span { border-color: #19865C; }
span { border-color: rgb(25,134,92); }
td.TdClassName
{
border-color: #19865C;
}
.TagClassName
{
border-color: #19865C;
}
</style>