Shades of Deep Sea #13765E
Tints of Deep Sea #13765E
RGB
CMYK
RGB Variations
Color information
#13765E (or 0x13765E) is known color: Deep Sea. HEX triplet: 13, 76 and 5E. RGB value is (19,118,94). Sum of RGB (Red+Green+Blue) = 19+118+94=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 118 (46.48% from 255 or 51.08% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 118 - color contains mainly: green. Hex color #13765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13765E is #EC89A1. Grayscale: #555555. Windows color (decimal): -15501730 or 6190611. OLE color: 6190611.
HSL color Cylindrical-coordinate representation of color #13765E: hue angle of 165.45º 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 #13765E is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 94 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.54 |
| HSL | 165.45º | 0.72% | 0.27% | - |
| HSV(B) | 165.45º | 0.84% | 0.46% | - |
| XYZ | 8.77 | 13.9 | 12.81 | - |
| YUV | 85.66 | 132.7 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 94 | 0.84 | 0 | 0.20 | 0.54 | 165.45 | 0.72 | 0.27 |
| Hex | 13 | 76 | 5E | 54 | 0 | 14 | 36 | A5 | 48 | 1B |
| Octal | 23 | 166 | 136 | 124 | 0 | 24 | 66 | 245 | 110 | 33 |
| Binary | 10011 | 1110110 | 1011110 | 1010100 | 0 | 10100 | 110110 | 10100101 | 1001000 | 11011 |
Color Harmonies of #13765E
Complementary color
Monochromatic Colors of #13765E
Black with #13765E
Text Example
Text Example
White with #13765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13765E; }
p { color: rgb(19,118,94); }
H1.HeaderClassName
{
color: #13765E;
}
.AnyTagClassName
{
color: #13765E;
}
</style>
background-color css
<style>
a { background-color: #13765E; }
a { background-color: rgb(19,118,94); }
div.DivClassName
{
background-color: #13765E;
}
.BgClassName
{
background-color: #13765E;
}
</style>
border-color css
<style>
span { border-color: #13765E; }
span { border-color: rgb(19,118,94); }
td.TdClassName
{
border-color: #13765E;
}
.TagClassName
{
border-color: #13765E;
}
</style>