Shades of Deep Sea #13806F
Tints of Deep Sea #13806F
RGB
CMYK
RGB Variations
Color information
#13806F (or 0x13806F) is known color: Deep Sea. HEX triplet: 13, 80 and 6F. RGB value is (19,128,111). Sum of RGB (Red+Green+Blue) = 19+128+111=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #13806F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13806F is #EC7F90. Grayscale: #5D5D5D. Windows color (decimal): -15499153 or 7307283. OLE color: 7307283.
HSL color Cylindrical-coordinate representation of color #13806F: hue angle of 170.64º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #13806F is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 128 | 111 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.50 |
| HSL | 170.64º | 0.74% | 0.29% | - |
| HSV(B) | 170.64º | 0.85% | 0.5% | - |
| XYZ | 10.86 | 16.72 | 17.69 | - |
| YUV | 93.47 | 137.89 | 74.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 128 | 111 | 0.85 | 0 | 0.13 | 0.50 | 170.64 | 0.74 | 0.29 |
| Hex | 13 | 80 | 6F | 55 | 0 | D | 32 | AB | 4A | 1D |
| Octal | 23 | 200 | 157 | 125 | 0 | 15 | 62 | 253 | 112 | 35 |
| Binary | 10011 | 10000000 | 1101111 | 1010101 | 0 | 1101 | 110010 | 10101011 | 1001010 | 11101 |
Color Harmonies of #13806F
Complementary color
Monochromatic Colors of #13806F
Black with #13806F
Text Example
Text Example
White with #13806F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13806F; }
p { color: rgb(19,128,111); }
H1.HeaderClassName
{
color: #13806F;
}
.AnyTagClassName
{
color: #13806F;
}
</style>
background-color css
<style>
a { background-color: #13806F; }
a { background-color: rgb(19,128,111); }
div.DivClassName
{
background-color: #13806F;
}
.BgClassName
{
background-color: #13806F;
}
</style>
border-color css
<style>
span { border-color: #13806F; }
span { border-color: rgb(19,128,111); }
td.TdClassName
{
border-color: #13806F;
}
.TagClassName
{
border-color: #13806F;
}
</style>