Shades of Deep Sea #0D8665
Tints of Deep Sea #0D8665
RGB
CMYK
RGB Variations
Color information
#0D8665 (or 0x0D8665) is known color: Deep Sea. HEX triplet: 0D, 86 and 65. RGB value is (13,134,101). Sum of RGB (Red+Green+Blue) = 13+134+101=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #0D8665 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8665 is #F2799A. Grayscale: #5E5E5E. Windows color (decimal): -15890843 or 6653453. OLE color: 6653453.
HSL color Cylindrical-coordinate representation of color #0D8665: hue angle of 163.64º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8665 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 13 | 134 | 101 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.47 |
| HSL | 163.64º | 0.82% | 0.29% | - |
| HSV(B) | 163.64º | 0.9% | 0.53% | - |
| XYZ | 11.04 | 18.08 | 15.22 | - |
| YUV | 94.06 | 131.91 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 134 | 101 | 0.90 | 0 | 0.25 | 0.47 | 163.64 | 0.82 | 0.29 |
| Hex | D | 86 | 65 | 5A | 0 | 19 | 2F | A4 | 52 | 1D |
| Octal | 15 | 206 | 145 | 132 | 0 | 31 | 57 | 244 | 122 | 35 |
| Binary | 1101 | 10000110 | 1100101 | 1011010 | 0 | 11001 | 101111 | 10100100 | 1010010 | 11101 |
Color Harmonies of #0D8665
Complementary color
Monochromatic Colors of #0D8665
Black with #0D8665
Text Example
Text Example
White with #0D8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8665; }
p { color: rgb(13,134,101); }
H1.HeaderClassName
{
color: #0D8665;
}
.AnyTagClassName
{
color: #0D8665;
}
</style>
background-color css
<style>
a { background-color: #0D8665; }
a { background-color: rgb(13,134,101); }
div.DivClassName
{
background-color: #0D8665;
}
.BgClassName
{
background-color: #0D8665;
}
</style>
border-color css
<style>
span { border-color: #0D8665; }
span { border-color: rgb(13,134,101); }
td.TdClassName
{
border-color: #0D8665;
}
.TagClassName
{
border-color: #0D8665;
}
</style>