Shades of Deep Sea #13765D
Tints of Deep Sea #13765D
RGB
CMYK
RGB Variations
Color information
#13765D (or 0x13765D) is known color: Deep Sea. HEX triplet: 13, 76 and 5D. RGB value is (19,118,93). Sum of RGB (Red+Green+Blue) = 19+118+93=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #13765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13765D is #EC89A2. Grayscale: #555555. Windows color (decimal): -15501731 or 6125075. OLE color: 6125075.
HSL color Cylindrical-coordinate representation of color #13765D: hue angle of 164.85º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #13765D is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 93 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.54 |
| HSL | 164.85º | 0.72% | 0.27% | - |
| HSV(B) | 164.85º | 0.84% | 0.46% | - |
| XYZ | 8.72 | 13.89 | 12.58 | - |
| YUV | 85.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 93 | 0.84 | 0 | 0.21 | 0.54 | 164.85 | 0.72 | 0.27 |
| Hex | 13 | 76 | 5D | 54 | 0 | 15 | 36 | A5 | 48 | 1B |
| Octal | 23 | 166 | 135 | 124 | 0 | 25 | 66 | 245 | 110 | 33 |
| Binary | 10011 | 1110110 | 1011101 | 1010100 | 0 | 10101 | 110110 | 10100101 | 1001000 | 11011 |
Color Harmonies of #13765D
Complementary color
Monochromatic Colors of #13765D
Black with #13765D
Text Example
Text Example
White with #13765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13765D; }
p { color: rgb(19,118,93); }
H1.HeaderClassName
{
color: #13765D;
}
.AnyTagClassName
{
color: #13765D;
}
</style>
background-color css
<style>
a { background-color: #13765D; }
a { background-color: rgb(19,118,93); }
div.DivClassName
{
background-color: #13765D;
}
.BgClassName
{
background-color: #13765D;
}
</style>
border-color css
<style>
span { border-color: #13765D; }
span { border-color: rgb(19,118,93); }
td.TdClassName
{
border-color: #13765D;
}
.TagClassName
{
border-color: #13765D;
}
</style>