Shades of Deep Sea #13875C
Tints of Deep Sea #13875C
RGB
CMYK
RGB Variations
Color information
#13875C (or 0x13875C) is known color: Deep Sea. HEX triplet: 13, 87 and 5C. RGB value is (19,135,92). Sum of RGB (Red+Green+Blue) = 19+135+92=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 135 (53.12% from 255 or 54.88% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 135 - color contains mainly: green. Hex color #13875C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13875C is #EC78A3. Grayscale: #5F5F5F. Windows color (decimal): -15497380 or 6063891. OLE color: 6063891.
HSL color Cylindrical-coordinate representation of color #13875C: hue angle of 157.76º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13875C is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 135 | 92 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.47 |
| HSL | 157.76º | 0.75% | 0.3% | - |
| HSV(B) | 157.76º | 0.86% | 0.53% | - |
| XYZ | 10.86 | 18.24 | 13.07 | - |
| YUV | 95.41 | 126.07 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 92 | 0.86 | 0 | 0.32 | 0.47 | 157.76 | 0.75 | 0.3 |
| Hex | 13 | 87 | 5C | 56 | 0 | 20 | 2F | 9E | 4B | 1E |
| Octal | 23 | 207 | 134 | 126 | 0 | 40 | 57 | 236 | 113 | 36 |
| Binary | 10011 | 10000111 | 1011100 | 1010110 | 0 | 100000 | 101111 | 10011110 | 1001011 | 11110 |
Color Harmonies of #13875C
Complementary color
Monochromatic Colors of #13875C
Black with #13875C
Text Example
Text Example
White with #13875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13875C; }
p { color: rgb(19,135,92); }
H1.HeaderClassName
{
color: #13875C;
}
.AnyTagClassName
{
color: #13875C;
}
</style>
background-color css
<style>
a { background-color: #13875C; }
a { background-color: rgb(19,135,92); }
div.DivClassName
{
background-color: #13875C;
}
.BgClassName
{
background-color: #13875C;
}
</style>
border-color css
<style>
span { border-color: #13875C; }
span { border-color: rgb(19,135,92); }
td.TdClassName
{
border-color: #13875C;
}
.TagClassName
{
border-color: #13875C;
}
</style>