Shades of Deep Sea #19825B
Tints of Deep Sea #19825B
RGB
CMYK
RGB Variations
Color information
#19825B (or 0x19825B) is known color: Deep Sea. HEX triplet: 19, 82 and 5B. RGB value is (25,130,91). Sum of RGB (Red+Green+Blue) = 25+130+91=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #19825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19825B is #E67DA4. Grayscale: #5E5E5E. Windows color (decimal): -15105445 or 5997081. OLE color: 5997081.
HSL color Cylindrical-coordinate representation of color #19825B: hue angle of 157.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19825B is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 130 | 91 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.49 |
| HSL | 157.71º | 0.68% | 0.3% | - |
| HSV(B) | 157.71º | 0.81% | 0.51% | - |
| XYZ | 10.27 | 16.93 | 12.62 | - |
| YUV | 94.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 130 | 91 | 0.81 | 0 | 0.30 | 0.49 | 157.71 | 0.68 | 0.3 |
| Hex | 19 | 82 | 5B | 51 | 0 | 1E | 31 | 9E | 44 | 1E |
| Octal | 31 | 202 | 133 | 121 | 0 | 36 | 61 | 236 | 104 | 36 |
| Binary | 11001 | 10000010 | 1011011 | 1010001 | 0 | 11110 | 110001 | 10011110 | 1000100 | 11110 |
Color Harmonies of #19825B
Complementary color
Monochromatic Colors of #19825B
Black with #19825B
Text Example
Text Example
White with #19825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19825B; }
p { color: rgb(25,130,91); }
H1.HeaderClassName
{
color: #19825B;
}
.AnyTagClassName
{
color: #19825B;
}
</style>
background-color css
<style>
a { background-color: #19825B; }
a { background-color: rgb(25,130,91); }
div.DivClassName
{
background-color: #19825B;
}
.BgClassName
{
background-color: #19825B;
}
</style>
border-color css
<style>
span { border-color: #19825B; }
span { border-color: rgb(25,130,91); }
td.TdClassName
{
border-color: #19825B;
}
.TagClassName
{
border-color: #19825B;
}
</style>