Shades of Deep Sea #13796C
Tints of Deep Sea #13796C
RGB
CMYK
RGB Variations
Color information
#13796C (or 0x13796C) is known color: Deep Sea. HEX triplet: 13, 79 and 6C. RGB value is (19,121,108). Sum of RGB (Red+Green+Blue) = 19+121+108=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 108 (42.58% from 255 or 43.55% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #13796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13796C is #EC8693. Grayscale: #585858. Windows color (decimal): -15500948 or 7108883. OLE color: 7108883.
HSL color Cylindrical-coordinate representation of color #13796C: hue angle of 172.35º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13796C is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 121 | 108 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.53 |
| HSL | 172.35º | 0.73% | 0.27% | - |
| HSV(B) | 172.35º | 0.84% | 0.47% | - |
| XYZ | 9.81 | 14.9 | 16.55 | - |
| YUV | 89.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 108 | 0.84 | 0 | 0.11 | 0.53 | 172.35 | 0.73 | 0.27 |
| Hex | 13 | 79 | 6C | 54 | 0 | B | 35 | AC | 49 | 1B |
| Octal | 23 | 171 | 154 | 124 | 0 | 13 | 65 | 254 | 111 | 33 |
| Binary | 10011 | 1111001 | 1101100 | 1010100 | 0 | 1011 | 110101 | 10101100 | 1001001 | 11011 |
Color Harmonies of #13796C
Complementary color
Monochromatic Colors of #13796C
Black with #13796C
Text Example
Text Example
White with #13796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13796C; }
p { color: rgb(19,121,108); }
H1.HeaderClassName
{
color: #13796C;
}
.AnyTagClassName
{
color: #13796C;
}
</style>
background-color css
<style>
a { background-color: #13796C; }
a { background-color: rgb(19,121,108); }
div.DivClassName
{
background-color: #13796C;
}
.BgClassName
{
background-color: #13796C;
}
</style>
border-color css
<style>
span { border-color: #13796C; }
span { border-color: rgb(19,121,108); }
td.TdClassName
{
border-color: #13796C;
}
.TagClassName
{
border-color: #13796C;
}
</style>