Shades of Deep Sea #19865B
Tints of Deep Sea #19865B
RGB
CMYK
RGB Variations
Color information
#19865B (or 0x19865B) is known color: Deep Sea. HEX triplet: 19, 86 and 5B. RGB value is (25,134,91). Sum of RGB (Red+Green+Blue) = 25+134+91=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #19865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19865B is #E679A4. Grayscale: #606060. Windows color (decimal): -15104421 or 5998105. OLE color: 5998105.
HSL color Cylindrical-coordinate representation of color #19865B: hue angle of 156.33º 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 #19865B is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 25 | 134 | 91 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.47 |
| HSL | 156.33º | 0.69% | 0.31% | - |
| HSV(B) | 156.33º | 0.81% | 0.53% | - |
| XYZ | 10.81 | 18.01 | 12.8 | - |
| YUV | 96.51 | 124.89 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 134 | 91 | 0.81 | 0 | 0.32 | 0.47 | 156.33 | 0.69 | 0.31 |
| Hex | 19 | 86 | 5B | 51 | 0 | 20 | 2F | 9C | 45 | 1F |
| Octal | 31 | 206 | 133 | 121 | 0 | 40 | 57 | 234 | 105 | 37 |
| Binary | 11001 | 10000110 | 1011011 | 1010001 | 0 | 100000 | 101111 | 10011100 | 1000101 | 11111 |
Color Harmonies of #19865B
Complementary color
Monochromatic Colors of #19865B
Black with #19865B
Text Example
Text Example
White with #19865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19865B; }
p { color: rgb(25,134,91); }
H1.HeaderClassName
{
color: #19865B;
}
.AnyTagClassName
{
color: #19865B;
}
</style>
background-color css
<style>
a { background-color: #19865B; }
a { background-color: rgb(25,134,91); }
div.DivClassName
{
background-color: #19865B;
}
.BgClassName
{
background-color: #19865B;
}
</style>
border-color css
<style>
span { border-color: #19865B; }
span { border-color: rgb(25,134,91); }
td.TdClassName
{
border-color: #19865B;
}
.TagClassName
{
border-color: #19865B;
}
</style>