Shades of Deep Sea #13736B
Tints of Deep Sea #13736B
RGB
CMYK
RGB Variations
Color information
#13736B (or 0x13736B) is known color: Deep Sea. HEX triplet: 13, 73 and 6B. RGB value is (19,115,107). Sum of RGB (Red+Green+Blue) = 19+115+107=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 115 (45.31% from 255 or 47.72% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 115 - color contains mainly: green. Hex color #13736B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13736B is #EC8C94. Grayscale: #555555. Windows color (decimal): -15502485 or 7041811. OLE color: 7041811.
HSL color Cylindrical-coordinate representation of color #13736B: hue angle of 175º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13736B is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 115 | 107 | - |
| CMYK | 0.83 | 0 | 0.07 | 0.55 |
| HSL | 175º | 0.72% | 0.26% | - |
| HSV(B) | 175º | 0.83% | 0.45% | - |
| XYZ | 9.05 | 13.46 | 16.03 | - |
| YUV | 85.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 115 | 107 | 0.83 | 0 | 0.07 | 0.55 | 175 | 0.72 | 0.26 |
| Hex | 13 | 73 | 6B | 53 | 0 | 7 | 37 | AF | 48 | 1A |
| Octal | 23 | 163 | 153 | 123 | 0 | 7 | 67 | 257 | 110 | 32 |
| Binary | 10011 | 1110011 | 1101011 | 1010011 | 0 | 111 | 110111 | 10101111 | 1001000 | 11010 |
Color Harmonies of #13736B
Complementary color
Monochromatic Colors of #13736B
Black with #13736B
Text Example
Text Example
White with #13736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13736B; }
p { color: rgb(19,115,107); }
H1.HeaderClassName
{
color: #13736B;
}
.AnyTagClassName
{
color: #13736B;
}
</style>
background-color css
<style>
a { background-color: #13736B; }
a { background-color: rgb(19,115,107); }
div.DivClassName
{
background-color: #13736B;
}
.BgClassName
{
background-color: #13736B;
}
</style>
border-color css
<style>
span { border-color: #13736B; }
span { border-color: rgb(19,115,107); }
td.TdClassName
{
border-color: #13736B;
}
.TagClassName
{
border-color: #13736B;
}
</style>