Shades of Deep Sea #13856C
Tints of Deep Sea #13856C
RGB
CMYK
RGB Variations
Color information
#13856C (or 0x13856C) is known color: Deep Sea. HEX triplet: 13, 85 and 6C. RGB value is (19,133,108). Sum of RGB (Red+Green+Blue) = 19+133+108=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 133 (52.34% from 255 or 51.15% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 133 - color contains mainly: green. Hex color #13856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13856C is #EC7A93. Grayscale: #606060. Windows color (decimal): -15497876 or 7111955. OLE color: 7111955.
HSL color Cylindrical-coordinate representation of color #13856C: hue angle of 166.84º 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 #13856C is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 108 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.48 |
| HSL | 166.84º | 0.75% | 0.3% | - |
| HSV(B) | 166.84º | 0.86% | 0.52% | - |
| XYZ | 11.36 | 18 | 17.06 | - |
| YUV | 96.06 | 134.73 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 108 | 0.86 | 0 | 0.19 | 0.48 | 166.84 | 0.75 | 0.3 |
| Hex | 13 | 85 | 6C | 56 | 0 | 13 | 30 | A7 | 4B | 1E |
| Octal | 23 | 205 | 154 | 126 | 0 | 23 | 60 | 247 | 113 | 36 |
| Binary | 10011 | 10000101 | 1101100 | 1010110 | 0 | 10011 | 110000 | 10100111 | 1001011 | 11110 |
Color Harmonies of #13856C
Complementary color
Monochromatic Colors of #13856C
Black with #13856C
Text Example
Text Example
White with #13856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13856C; }
p { color: rgb(19,133,108); }
H1.HeaderClassName
{
color: #13856C;
}
.AnyTagClassName
{
color: #13856C;
}
</style>
background-color css
<style>
a { background-color: #13856C; }
a { background-color: rgb(19,133,108); }
div.DivClassName
{
background-color: #13856C;
}
.BgClassName
{
background-color: #13856C;
}
</style>
border-color css
<style>
span { border-color: #13856C; }
span { border-color: rgb(19,133,108); }
td.TdClassName
{
border-color: #13856C;
}
.TagClassName
{
border-color: #13856C;
}
</style>