Shades of Deep Sea #13776D
Tints of Deep Sea #13776D
RGB
CMYK
RGB Variations
Color information
#13776D (or 0x13776D) is known color: Deep Sea. HEX triplet: 13, 77 and 6D. RGB value is (19,119,109). Sum of RGB (Red+Green+Blue) = 19+119+109=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 119 (46.88% from 255 or 48.18% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 119 - color contains mainly: green. Hex color #13776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13776D is #EC8892. Grayscale: #575757. Windows color (decimal): -15501459 or 7173907. OLE color: 7173907.
HSL color Cylindrical-coordinate representation of color #13776D: hue angle of 174º degrees, saturation: 0.72, 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 #13776D is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 119 | 109 | - |
| CMYK | 0.84 | 0 | 0.08 | 0.53 |
| HSL | 174º | 0.72% | 0.27% | - |
| HSV(B) | 174º | 0.84% | 0.47% | - |
| XYZ | 9.63 | 14.44 | 16.75 | - |
| YUV | 87.96 | 139.87 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 109 | 0.84 | 0 | 0.08 | 0.53 | 174 | 0.72 | 0.27 |
| Hex | 13 | 77 | 6D | 54 | 0 | 8 | 35 | AE | 48 | 1B |
| Octal | 23 | 167 | 155 | 124 | 0 | 10 | 65 | 256 | 110 | 33 |
| Binary | 10011 | 1110111 | 1101101 | 1010100 | 0 | 1000 | 110101 | 10101110 | 1001000 | 11011 |
Color Harmonies of #13776D
Complementary color
Monochromatic Colors of #13776D
Black with #13776D
Text Example
Text Example
White with #13776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13776D; }
p { color: rgb(19,119,109); }
H1.HeaderClassName
{
color: #13776D;
}
.AnyTagClassName
{
color: #13776D;
}
</style>
background-color css
<style>
a { background-color: #13776D; }
a { background-color: rgb(19,119,109); }
div.DivClassName
{
background-color: #13776D;
}
.BgClassName
{
background-color: #13776D;
}
</style>
border-color css
<style>
span { border-color: #13776D; }
span { border-color: rgb(19,119,109); }
td.TdClassName
{
border-color: #13776D;
}
.TagClassName
{
border-color: #13776D;
}
</style>