Shades of Deep Sea #13895C
Tints of Deep Sea #13895C
RGB
CMYK
RGB Variations
Color information
#13895C (or 0x13895C) is known color: Deep Sea. HEX triplet: 13, 89 and 5C. RGB value is (19,137,92). Sum of RGB (Red+Green+Blue) = 19+137+92=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #13895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13895C is #EC76A3. Grayscale: #606060. Windows color (decimal): -15496868 or 6064403. OLE color: 6064403.
HSL color Cylindrical-coordinate representation of color #13895C: hue angle of 157.12º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13895C is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 137 | 92 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.46 |
| HSL | 157.12º | 0.76% | 0.31% | - |
| HSV(B) | 157.12º | 0.86% | 0.54% | - |
| XYZ | 11.15 | 18.8 | 13.17 | - |
| YUV | 96.59 | 125.41 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 92 | 0.86 | 0 | 0.33 | 0.46 | 157.12 | 0.76 | 0.31 |
| Hex | 13 | 89 | 5C | 56 | 0 | 21 | 2E | 9D | 4C | 1F |
| Octal | 23 | 211 | 134 | 126 | 0 | 41 | 56 | 235 | 114 | 37 |
| Binary | 10011 | 10001001 | 1011100 | 1010110 | 0 | 100001 | 101110 | 10011101 | 1001100 | 11111 |
Color Harmonies of #13895C
Complementary color
Monochromatic Colors of #13895C
Black with #13895C
Text Example
Text Example
White with #13895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13895C; }
p { color: rgb(19,137,92); }
H1.HeaderClassName
{
color: #13895C;
}
.AnyTagClassName
{
color: #13895C;
}
</style>
background-color css
<style>
a { background-color: #13895C; }
a { background-color: rgb(19,137,92); }
div.DivClassName
{
background-color: #13895C;
}
.BgClassName
{
background-color: #13895C;
}
</style>
border-color css
<style>
span { border-color: #13895C; }
span { border-color: rgb(19,137,92); }
td.TdClassName
{
border-color: #13895C;
}
.TagClassName
{
border-color: #13895C;
}
</style>