Shades of Deep Sea #138565
Tints of Deep Sea #138565
RGB
CMYK
RGB Variations
Color information
#138565 (or 0x138565) is known color: Deep Sea. HEX triplet: 13, 85 and 65. RGB value is (19,133,101). Sum of RGB (Red+Green+Blue) = 19+133+101=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #138565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138565 is #EC7A9A. Grayscale: #5F5F5F. Windows color (decimal): -15497883 or 6653203. OLE color: 6653203.
HSL color Cylindrical-coordinate representation of color #138565: hue angle of 163.16º 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 #138565 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 19 | 133 | 101 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.48 |
| HSL | 163.16º | 0.75% | 0.3% | - |
| HSV(B) | 163.16º | 0.86% | 0.52% | - |
| XYZ | 11.01 | 17.85 | 15.18 | - |
| YUV | 95.27 | 131.23 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 101 | 0.86 | 0 | 0.24 | 0.48 | 163.16 | 0.75 | 0.3 |
| Hex | 13 | 85 | 65 | 56 | 0 | 18 | 30 | A3 | 4B | 1E |
| Octal | 23 | 205 | 145 | 126 | 0 | 30 | 60 | 243 | 113 | 36 |
| Binary | 10011 | 10000101 | 1100101 | 1010110 | 0 | 11000 | 110000 | 10100011 | 1001011 | 11110 |
Color Harmonies of #138565
Complementary color
Monochromatic Colors of #138565
Black with #138565
Text Example
Text Example
White with #138565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138565; }
p { color: rgb(19,133,101); }
H1.HeaderClassName
{
color: #138565;
}
.AnyTagClassName
{
color: #138565;
}
</style>
background-color css
<style>
a { background-color: #138565; }
a { background-color: rgb(19,133,101); }
div.DivClassName
{
background-color: #138565;
}
.BgClassName
{
background-color: #138565;
}
</style>
border-color css
<style>
span { border-color: #138565; }
span { border-color: rgb(19,133,101); }
td.TdClassName
{
border-color: #138565;
}
.TagClassName
{
border-color: #138565;
}
</style>