Shades of Deep Sea #13755D
Tints of Deep Sea #13755D
RGB
CMYK
RGB Variations
Color information
#13755D (or 0x13755D) is known color: Deep Sea. HEX triplet: 13, 75 and 5D. RGB value is (19,117,93). Sum of RGB (Red+Green+Blue) = 19+117+93=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #13755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13755D is #EC8AA2. Grayscale: #545454. Windows color (decimal): -15501987 or 6124819. OLE color: 6124819.
HSL color Cylindrical-coordinate representation of color #13755D: hue angle of 165.31º 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 #13755D is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 117 | 93 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.54 |
| HSL | 165.31º | 0.72% | 0.27% | - |
| HSV(B) | 165.31º | 0.84% | 0.46% | - |
| XYZ | 8.61 | 13.65 | 12.54 | - |
| YUV | 84.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 93 | 0.84 | 0 | 0.21 | 0.54 | 165.31 | 0.72 | 0.27 |
| Hex | 13 | 75 | 5D | 54 | 0 | 15 | 36 | A5 | 48 | 1B |
| Octal | 23 | 165 | 135 | 124 | 0 | 25 | 66 | 245 | 110 | 33 |
| Binary | 10011 | 1110101 | 1011101 | 1010100 | 0 | 10101 | 110110 | 10100101 | 1001000 | 11011 |
Color Harmonies of #13755D
Complementary color
Monochromatic Colors of #13755D
Black with #13755D
Text Example
Text Example
White with #13755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13755D; }
p { color: rgb(19,117,93); }
H1.HeaderClassName
{
color: #13755D;
}
.AnyTagClassName
{
color: #13755D;
}
</style>
background-color css
<style>
a { background-color: #13755D; }
a { background-color: rgb(19,117,93); }
div.DivClassName
{
background-color: #13755D;
}
.BgClassName
{
background-color: #13755D;
}
</style>
border-color css
<style>
span { border-color: #13755D; }
span { border-color: rgb(19,117,93); }
td.TdClassName
{
border-color: #13755D;
}
.TagClassName
{
border-color: #13755D;
}
</style>