Shades of Deep Sea #138464
Tints of Deep Sea #138464
RGB
CMYK
RGB Variations
Color information
#138464 (or 0x138464) is known color: Deep Sea. HEX triplet: 13, 84 and 64. RGB value is (19,132,100). Sum of RGB (Red+Green+Blue) = 19+132+100=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 132 (51.95% from 255 or 52.59% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 132 - color contains mainly: green. Hex color #138464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138464 is #EC7B9B. Grayscale: #5E5E5E. Windows color (decimal): -15498140 or 6587411. OLE color: 6587411.
HSL color Cylindrical-coordinate representation of color #138464: hue angle of 163.01º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138464 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 132 | 100 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.48 |
| HSL | 163.01º | 0.75% | 0.3% | - |
| HSV(B) | 163.01º | 0.86% | 0.52% | - |
| XYZ | 10.82 | 17.56 | 14.88 | - |
| YUV | 94.57 | 131.06 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 132 | 100 | 0.86 | 0 | 0.24 | 0.48 | 163.01 | 0.75 | 0.3 |
| Hex | 13 | 84 | 64 | 56 | 0 | 18 | 30 | A3 | 4B | 1E |
| Octal | 23 | 204 | 144 | 126 | 0 | 30 | 60 | 243 | 113 | 36 |
| Binary | 10011 | 10000100 | 1100100 | 1010110 | 0 | 11000 | 110000 | 10100011 | 1001011 | 11110 |
Color Harmonies of #138464
Complementary color
Monochromatic Colors of #138464
Black with #138464
Text Example
Text Example
White with #138464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138464; }
p { color: rgb(19,132,100); }
H1.HeaderClassName
{
color: #138464;
}
.AnyTagClassName
{
color: #138464;
}
</style>
background-color css
<style>
a { background-color: #138464; }
a { background-color: rgb(19,132,100); }
div.DivClassName
{
background-color: #138464;
}
.BgClassName
{
background-color: #138464;
}
</style>
border-color css
<style>
span { border-color: #138464; }
span { border-color: rgb(19,132,100); }
td.TdClassName
{
border-color: #138464;
}
.TagClassName
{
border-color: #138464;
}
</style>