Shades of Deep Sea #19845C
Tints of Deep Sea #19845C
RGB
CMYK
RGB Variations
Color information
#19845C (or 0x19845C) is known color: Deep Sea. HEX triplet: 19, 84 and 5C. RGB value is (25,132,92). Sum of RGB (Red+Green+Blue) = 25+132+92=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #19845C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19845C is #E67BA3. Grayscale: #5F5F5F. Windows color (decimal): -15104932 or 6063129. OLE color: 6063129.
HSL color Cylindrical-coordinate representation of color #19845C: hue angle of 157.57º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19845C is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 132 | 92 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.48 |
| HSL | 157.57º | 0.68% | 0.31% | - |
| HSV(B) | 157.57º | 0.81% | 0.52% | - |
| XYZ | 10.58 | 17.48 | 12.94 | - |
| YUV | 95.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 132 | 92 | 0.81 | 0 | 0.30 | 0.48 | 157.57 | 0.68 | 0.31 |
| Hex | 19 | 84 | 5C | 51 | 0 | 1E | 30 | 9E | 44 | 1F |
| Octal | 31 | 204 | 134 | 121 | 0 | 36 | 60 | 236 | 104 | 37 |
| Binary | 11001 | 10000100 | 1011100 | 1010001 | 0 | 11110 | 110000 | 10011110 | 1000100 | 11111 |
Color Harmonies of #19845C
Complementary color
Monochromatic Colors of #19845C
Black with #19845C
Text Example
Text Example
White with #19845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19845C; }
p { color: rgb(25,132,92); }
H1.HeaderClassName
{
color: #19845C;
}
.AnyTagClassName
{
color: #19845C;
}
</style>
background-color css
<style>
a { background-color: #19845C; }
a { background-color: rgb(25,132,92); }
div.DivClassName
{
background-color: #19845C;
}
.BgClassName
{
background-color: #19845C;
}
</style>
border-color css
<style>
span { border-color: #19845C; }
span { border-color: rgb(25,132,92); }
td.TdClassName
{
border-color: #19845C;
}
.TagClassName
{
border-color: #19845C;
}
</style>