Shades of Deep Sea #0D8265
Tints of Deep Sea #0D8265
RGB
CMYK
RGB Variations
Color information
#0D8265 (or 0x0D8265) is known color: Deep Sea. HEX triplet: 0D, 82 and 65. RGB value is (13,130,101). Sum of RGB (Red+Green+Blue) = 13+130+101=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8265 is #F27D9A. Grayscale: #5B5B5B. Windows color (decimal): -15891867 or 6652429. OLE color: 6652429.
HSL color Cylindrical-coordinate representation of color #0D8265: hue angle of 165.13º 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 #0D8265 is Cyan = 0.9, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 130 | 101 | - |
| CMYK | 0.9 | 0 | 0.22 | 0.49 |
| HSL | 165.13º | 0.82% | 0.28% | - |
| HSV(B) | 165.13º | 0.9% | 0.51% | - |
| XYZ | 10.5 | 16.99 | 15.04 | - |
| YUV | 91.71 | 133.24 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 130 | 101 | 0.9 | 0 | 0.22 | 0.49 | 165.13 | 0.82 | 0.28 |
| Hex | D | 82 | 65 | 5A | 0 | 16 | 31 | A5 | 52 | 1C |
| Octal | 15 | 202 | 145 | 132 | 0 | 26 | 61 | 245 | 122 | 34 |
| Binary | 1101 | 10000010 | 1100101 | 1011010 | 0 | 10110 | 110001 | 10100101 | 1010010 | 11100 |
Color Harmonies of #0D8265
Complementary color
Monochromatic Colors of #0D8265
Black with #0D8265
Text Example
Text Example
White with #0D8265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8265; }
p { color: rgb(13,130,101); }
H1.HeaderClassName
{
color: #0D8265;
}
.AnyTagClassName
{
color: #0D8265;
}
</style>
background-color css
<style>
a { background-color: #0D8265; }
a { background-color: rgb(13,130,101); }
div.DivClassName
{
background-color: #0D8265;
}
.BgClassName
{
background-color: #0D8265;
}
</style>
border-color css
<style>
span { border-color: #0D8265; }
span { border-color: rgb(13,130,101); }
td.TdClassName
{
border-color: #0D8265;
}
.TagClassName
{
border-color: #0D8265;
}
</style>