Shades of Deep Sea #138663
Tints of Deep Sea #138663
RGB
CMYK
RGB Variations
Color information
#138663 (or 0x138663) is known color: Deep Sea. HEX triplet: 13, 86 and 63. RGB value is (19,134,99). Sum of RGB (Red+Green+Blue) = 19+134+99=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #138663 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138663 is #EC799C. Grayscale: #5F5F5F. Windows color (decimal): -15497629 or 6522387. OLE color: 6522387.
HSL color Cylindrical-coordinate representation of color #138663: hue angle of 161.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138663 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 19 | 134 | 99 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.47 |
| HSL | 161.74º | 0.75% | 0.3% | - |
| HSV(B) | 161.74º | 0.86% | 0.53% | - |
| XYZ | 11.05 | 18.09 | 14.71 | - |
| YUV | 95.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 134 | 99 | 0.86 | 0 | 0.26 | 0.47 | 161.74 | 0.75 | 0.3 |
| Hex | 13 | 86 | 63 | 56 | 0 | 1A | 2F | A2 | 4B | 1E |
| Octal | 23 | 206 | 143 | 126 | 0 | 32 | 57 | 242 | 113 | 36 |
| Binary | 10011 | 10000110 | 1100011 | 1010110 | 0 | 11010 | 101111 | 10100010 | 1001011 | 11110 |
Color Harmonies of #138663
Complementary color
Monochromatic Colors of #138663
Black with #138663
Text Example
Text Example
White with #138663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138663; }
p { color: rgb(19,134,99); }
H1.HeaderClassName
{
color: #138663;
}
.AnyTagClassName
{
color: #138663;
}
</style>
background-color css
<style>
a { background-color: #138663; }
a { background-color: rgb(19,134,99); }
div.DivClassName
{
background-color: #138663;
}
.BgClassName
{
background-color: #138663;
}
</style>
border-color css
<style>
span { border-color: #138663; }
span { border-color: rgb(19,134,99); }
td.TdClassName
{
border-color: #138663;
}
.TagClassName
{
border-color: #138663;
}
</style>