Shades of Deep Sea #19835D
Tints of Deep Sea #19835D
RGB
CMYK
RGB Variations
Color information
#19835D (or 0x19835D) is known color: Deep Sea. HEX triplet: 19, 83 and 5D. RGB value is (25,131,93). Sum of RGB (Red+Green+Blue) = 25+131+93=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #19835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19835D is #E67CA2. Grayscale: #5F5F5F. Windows color (decimal): -15105187 or 6128409. OLE color: 6128409.
HSL color Cylindrical-coordinate representation of color #19835D: hue angle of 158.49º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19835D is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 131 | 93 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.49 |
| HSL | 158.49º | 0.68% | 0.31% | - |
| HSV(B) | 158.49º | 0.81% | 0.51% | - |
| XYZ | 10.49 | 17.23 | 13.13 | - |
| YUV | 94.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 131 | 93 | 0.81 | 0 | 0.29 | 0.49 | 158.49 | 0.68 | 0.31 |
| Hex | 19 | 83 | 5D | 51 | 0 | 1D | 31 | 9E | 44 | 1F |
| Octal | 31 | 203 | 135 | 121 | 0 | 35 | 61 | 236 | 104 | 37 |
| Binary | 11001 | 10000011 | 1011101 | 1010001 | 0 | 11101 | 110001 | 10011110 | 1000100 | 11111 |
Color Harmonies of #19835D
Complementary color
Monochromatic Colors of #19835D
Black with #19835D
Text Example
Text Example
White with #19835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19835D; }
p { color: rgb(25,131,93); }
H1.HeaderClassName
{
color: #19835D;
}
.AnyTagClassName
{
color: #19835D;
}
</style>
background-color css
<style>
a { background-color: #19835D; }
a { background-color: rgb(25,131,93); }
div.DivClassName
{
background-color: #19835D;
}
.BgClassName
{
background-color: #19835D;
}
</style>
border-color css
<style>
span { border-color: #19835D; }
span { border-color: rgb(25,131,93); }
td.TdClassName
{
border-color: #19835D;
}
.TagClassName
{
border-color: #19835D;
}
</style>