Shades of Deep Sea #13855C
Tints of Deep Sea #13855C
RGB
CMYK
RGB Variations
Color information
#13855C (or 0x13855C) is known color: Deep Sea. HEX triplet: 13, 85 and 5C. RGB value is (19,133,92). Sum of RGB (Red+Green+Blue) = 19+133+92=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #13855C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13855C is #EC7AA3. Grayscale: #5E5E5E. Windows color (decimal): -15497892 or 6063379. OLE color: 6063379.
HSL color Cylindrical-coordinate representation of color #13855C: hue angle of 158.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13855C is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 92 | - |
| CMYK | 0.86 | 0 | 0.31 | 0.48 |
| HSL | 158.42º | 0.75% | 0.3% | - |
| HSV(B) | 158.42º | 0.86% | 0.52% | - |
| XYZ | 10.59 | 17.69 | 12.98 | - |
| YUV | 94.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 92 | 0.86 | 0 | 0.31 | 0.48 | 158.42 | 0.75 | 0.3 |
| Hex | 13 | 85 | 5C | 56 | 0 | 1F | 30 | 9E | 4B | 1E |
| Octal | 23 | 205 | 134 | 126 | 0 | 37 | 60 | 236 | 113 | 36 |
| Binary | 10011 | 10000101 | 1011100 | 1010110 | 0 | 11111 | 110000 | 10011110 | 1001011 | 11110 |
Color Harmonies of #13855C
Complementary color
Monochromatic Colors of #13855C
Black with #13855C
Text Example
Text Example
White with #13855C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13855C; }
p { color: rgb(19,133,92); }
H1.HeaderClassName
{
color: #13855C;
}
.AnyTagClassName
{
color: #13855C;
}
</style>
background-color css
<style>
a { background-color: #13855C; }
a { background-color: rgb(19,133,92); }
div.DivClassName
{
background-color: #13855C;
}
.BgClassName
{
background-color: #13855C;
}
</style>
border-color css
<style>
span { border-color: #13855C; }
span { border-color: rgb(19,133,92); }
td.TdClassName
{
border-color: #13855C;
}
.TagClassName
{
border-color: #13855C;
}
</style>