Shades of Deep Sea #0D8369
Tints of Deep Sea #0D8369
RGB
CMYK
RGB Variations
Color information
#0D8369 (or 0x0D8369) is known color: Deep Sea. HEX triplet: 0D, 83 and 69. RGB value is (13,131,105). Sum of RGB (Red+Green+Blue) = 13+131+105=249 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.22% from 249); Green value is 131 (51.56% from 255 or 52.61% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 131 - color contains mainly: green. Hex color #0D8369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8369 is #F27C96. Grayscale: #5C5C5C. Windows color (decimal): -15891607 or 6914829. OLE color: 6914829.
HSL color Cylindrical-coordinate representation of color #0D8369: hue angle of 166.78º 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 #0D8369 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 131 | 105 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.49 |
| HSL | 166.78º | 0.82% | 0.28% | - |
| HSV(B) | 166.78º | 0.9% | 0.51% | - |
| XYZ | 10.83 | 17.34 | 16.14 | - |
| YUV | 92.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 105 | 0.90 | 0 | 0.20 | 0.49 | 166.78 | 0.82 | 0.28 |
| Hex | D | 83 | 69 | 5A | 0 | 14 | 31 | A7 | 52 | 1C |
| Octal | 15 | 203 | 151 | 132 | 0 | 24 | 61 | 247 | 122 | 34 |
| Binary | 1101 | 10000011 | 1101001 | 1011010 | 0 | 10100 | 110001 | 10100111 | 1010010 | 11100 |
Color Harmonies of #0D8369
Complementary color
Monochromatic Colors of #0D8369
Black with #0D8369
Text Example
Text Example
White with #0D8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8369; }
p { color: rgb(13,131,105); }
H1.HeaderClassName
{
color: #0D8369;
}
.AnyTagClassName
{
color: #0D8369;
}
</style>
background-color css
<style>
a { background-color: #0D8369; }
a { background-color: rgb(13,131,105); }
div.DivClassName
{
background-color: #0D8369;
}
.BgClassName
{
background-color: #0D8369;
}
</style>
border-color css
<style>
span { border-color: #0D8369; }
span { border-color: rgb(13,131,105); }
td.TdClassName
{
border-color: #0D8369;
}
.TagClassName
{
border-color: #0D8369;
}
</style>