Shades of Deep Sea #0D8367
Tints of Deep Sea #0D8367
RGB
CMYK
RGB Variations
Color information
#0D8367 (or 0x0D8367) is known color: Deep Sea. HEX triplet: 0D, 83 and 67. RGB value is (13,131,103). Sum of RGB (Red+Green+Blue) = 13+131+103=247 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.26% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 103 (40.62% from 255 or 41.70% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8367 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8367 is #F27C98. Grayscale: #5C5C5C. Windows color (decimal): -15891609 or 6783757. OLE color: 6783757.
HSL color Cylindrical-coordinate representation of color #0D8367: hue angle of 165.76º 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 #0D8367 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 131 | 103 | - |
| CMYK | 0.90 | 0 | 0.21 | 0.49 |
| HSL | 165.76º | 0.82% | 0.28% | - |
| HSV(B) | 165.76º | 0.9% | 0.51% | - |
| XYZ | 10.73 | 17.3 | 15.61 | - |
| YUV | 92.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 103 | 0.90 | 0 | 0.21 | 0.49 | 165.76 | 0.82 | 0.28 |
| Hex | D | 83 | 67 | 5A | 0 | 15 | 31 | A6 | 52 | 1C |
| Octal | 15 | 203 | 147 | 132 | 0 | 25 | 61 | 246 | 122 | 34 |
| Binary | 1101 | 10000011 | 1100111 | 1011010 | 0 | 10101 | 110001 | 10100110 | 1010010 | 11100 |
Color Harmonies of #0D8367
Complementary color
Monochromatic Colors of #0D8367
Black with #0D8367
Text Example
Text Example
White with #0D8367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8367; }
p { color: rgb(13,131,103); }
H1.HeaderClassName
{
color: #0D8367;
}
.AnyTagClassName
{
color: #0D8367;
}
</style>
background-color css
<style>
a { background-color: #0D8367; }
a { background-color: rgb(13,131,103); }
div.DivClassName
{
background-color: #0D8367;
}
.BgClassName
{
background-color: #0D8367;
}
</style>
border-color css
<style>
span { border-color: #0D8367; }
span { border-color: rgb(13,131,103); }
td.TdClassName
{
border-color: #0D8367;
}
.TagClassName
{
border-color: #0D8367;
}
</style>