Shades of Deep Sea #0D8165
Tints of Deep Sea #0D8165
RGB
CMYK
RGB Variations
Color information
#0D8165 (or 0x0D8165) is known color: Deep Sea. HEX triplet: 0D, 81 and 65. RGB value is (13,129,101). Sum of RGB (Red+Green+Blue) = 13+129+101=243 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.35% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #0D8165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8165 is #F27E9A. Grayscale: #5B5B5B. Windows color (decimal): -15892123 or 6652173. OLE color: 6652173.
HSL color Cylindrical-coordinate representation of color #0D8165: hue angle of 165.52º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8165 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 101 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.49 |
| HSL | 165.52º | 0.82% | 0.28% | - |
| HSV(B) | 165.52º | 0.9% | 0.51% | - |
| XYZ | 10.37 | 16.73 | 14.99 | - |
| YUV | 91.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 101 | 0.90 | 0 | 0.22 | 0.49 | 165.52 | 0.82 | 0.28 |
| Hex | D | 81 | 65 | 5A | 0 | 16 | 31 | A6 | 52 | 1C |
| Octal | 15 | 201 | 145 | 132 | 0 | 26 | 61 | 246 | 122 | 34 |
| Binary | 1101 | 10000001 | 1100101 | 1011010 | 0 | 10110 | 110001 | 10100110 | 1010010 | 11100 |
Color Harmonies of #0D8165
Complementary color
Monochromatic Colors of #0D8165
Black with #0D8165
Text Example
Text Example
White with #0D8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8165; }
p { color: rgb(13,129,101); }
H1.HeaderClassName
{
color: #0D8165;
}
.AnyTagClassName
{
color: #0D8165;
}
</style>
background-color css
<style>
a { background-color: #0D8165; }
a { background-color: rgb(13,129,101); }
div.DivClassName
{
background-color: #0D8165;
}
.BgClassName
{
background-color: #0D8165;
}
</style>
border-color css
<style>
span { border-color: #0D8165; }
span { border-color: rgb(13,129,101); }
td.TdClassName
{
border-color: #0D8165;
}
.TagClassName
{
border-color: #0D8165;
}
</style>