Shades of Deep Sea #19815F
Tints of Deep Sea #19815F
RGB
CMYK
RGB Variations
Color information
#19815F (or 0x19815F) is known color: Deep Sea. HEX triplet: 19, 81 and 5F. RGB value is (25,129,95). Sum of RGB (Red+Green+Blue) = 25+129+95=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 129 (50.78% from 255 or 51.81% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 129 - color contains mainly: green. Hex color #19815F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19815F is #E67EA0. Grayscale: #5E5E5E. Windows color (decimal): -15105697 or 6258969. OLE color: 6258969.
HSL color Cylindrical-coordinate representation of color #19815F: hue angle of 160.38º 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 #19815F is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 129 | 95 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.49 |
| HSL | 160.38º | 0.68% | 0.3% | - |
| HSV(B) | 160.38º | 0.81% | 0.51% | - |
| XYZ | 10.32 | 16.73 | 13.51 | - |
| YUV | 94.03 | 128.54 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 129 | 95 | 0.81 | 0 | 0.26 | 0.49 | 160.38 | 0.68 | 0.3 |
| Hex | 19 | 81 | 5F | 51 | 0 | 1A | 31 | A0 | 44 | 1E |
| Octal | 31 | 201 | 137 | 121 | 0 | 32 | 61 | 240 | 104 | 36 |
| Binary | 11001 | 10000001 | 1011111 | 1010001 | 0 | 11010 | 110001 | 10100000 | 1000100 | 11110 |
Color Harmonies of #19815F
Complementary color
Monochromatic Colors of #19815F
Black with #19815F
Text Example
Text Example
White with #19815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19815F; }
p { color: rgb(25,129,95); }
H1.HeaderClassName
{
color: #19815F;
}
.AnyTagClassName
{
color: #19815F;
}
</style>
background-color css
<style>
a { background-color: #19815F; }
a { background-color: rgb(25,129,95); }
div.DivClassName
{
background-color: #19815F;
}
.BgClassName
{
background-color: #19815F;
}
</style>
border-color css
<style>
span { border-color: #19815F; }
span { border-color: rgb(25,129,95); }
td.TdClassName
{
border-color: #19815F;
}
.TagClassName
{
border-color: #19815F;
}
</style>