Shades of Deep Sea #13765B
Tints of Deep Sea #13765B
RGB
CMYK
RGB Variations
Color information
#13765B (or 0x13765B) is known color: Deep Sea. HEX triplet: 13, 76 and 5B. RGB value is (19,118,91). Sum of RGB (Red+Green+Blue) = 19+118+91=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #13765B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13765B is #EC89A4. Grayscale: #555555. Windows color (decimal): -15501733 or 5994003. OLE color: 5994003.
HSL color Cylindrical-coordinate representation of color #13765B: hue angle of 163.64º 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 #13765B is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 118 | 91 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.54 |
| HSL | 163.64º | 0.72% | 0.27% | - |
| HSV(B) | 163.64º | 0.84% | 0.46% | - |
| XYZ | 8.64 | 13.85 | 12.12 | - |
| YUV | 85.32 | 131.2 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 118 | 91 | 0.84 | 0 | 0.23 | 0.54 | 163.64 | 0.72 | 0.27 |
| Hex | 13 | 76 | 5B | 54 | 0 | 17 | 36 | A4 | 48 | 1B |
| Octal | 23 | 166 | 133 | 124 | 0 | 27 | 66 | 244 | 110 | 33 |
| Binary | 10011 | 1110110 | 1011011 | 1010100 | 0 | 10111 | 110110 | 10100100 | 1001000 | 11011 |
Color Harmonies of #13765B
Complementary color
Monochromatic Colors of #13765B
Black with #13765B
Text Example
Text Example
White with #13765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13765B; }
p { color: rgb(19,118,91); }
H1.HeaderClassName
{
color: #13765B;
}
.AnyTagClassName
{
color: #13765B;
}
</style>
background-color css
<style>
a { background-color: #13765B; }
a { background-color: rgb(19,118,91); }
div.DivClassName
{
background-color: #13765B;
}
.BgClassName
{
background-color: #13765B;
}
</style>
border-color css
<style>
span { border-color: #13765B; }
span { border-color: rgb(19,118,91); }
td.TdClassName
{
border-color: #13765B;
}
.TagClassName
{
border-color: #13765B;
}
</style>