Shades of Deep Sea #0D8069
Tints of Deep Sea #0D8069
RGB
CMYK
RGB Variations
Color information
#0D8069 (or 0x0D8069) is known color: Deep Sea. HEX triplet: 0D, 80 and 69. RGB value is (13,128,105). Sum of RGB (Red+Green+Blue) = 13+128+105=246 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.28% from 246); Green value is 128 (50.39% from 255 or 52.03% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 128 - color contains mainly: green. Hex color #0D8069 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D8069 is #F27F96. Grayscale: #5A5A5A. Windows color (decimal): -15892375 or 6914061. OLE color: 6914061.
HSL color Cylindrical-coordinate representation of color #0D8069: hue angle of 168º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8069 is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 128 | 105 | - |
| CMYK | 0.90 | 0 | 0.18 | 0.50 |
| HSL | 168º | 0.82% | 0.28% | - |
| HSV(B) | 168º | 0.9% | 0.5% | - |
| XYZ | 10.43 | 16.54 | 16.01 | - |
| YUV | 90.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 105 | 0.90 | 0 | 0.18 | 0.50 | 168 | 0.82 | 0.28 |
| Hex | D | 80 | 69 | 5A | 0 | 12 | 32 | A8 | 52 | 1C |
| Octal | 15 | 200 | 151 | 132 | 0 | 22 | 62 | 250 | 122 | 34 |
| Binary | 1101 | 10000000 | 1101001 | 1011010 | 0 | 10010 | 110010 | 10101000 | 1010010 | 11100 |
Color Harmonies of #0D8069
Complementary color
Monochromatic Colors of #0D8069
Black with #0D8069
Text Example
Text Example
White with #0D8069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8069; }
p { color: rgb(13,128,105); }
H1.HeaderClassName
{
color: #0D8069;
}
.AnyTagClassName
{
color: #0D8069;
}
</style>
background-color css
<style>
a { background-color: #0D8069; }
a { background-color: rgb(13,128,105); }
div.DivClassName
{
background-color: #0D8069;
}
.BgClassName
{
background-color: #0D8069;
}
</style>
border-color css
<style>
span { border-color: #0D8069; }
span { border-color: rgb(13,128,105); }
td.TdClassName
{
border-color: #0D8069;
}
.TagClassName
{
border-color: #0D8069;
}
</style>