Shades of Deep Sea #0D805B
Tints of Deep Sea #0D805B
RGB
CMYK
RGB Variations
Color information
#0D805B (or 0x0D805B) is known color: Deep Sea. HEX triplet: 0D, 80 and 5B. RGB value is (13,128,91). Sum of RGB (Red+Green+Blue) = 13+128+91=232 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.60% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #0D805B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D805B is #F27FA4. Grayscale: #595959. Windows color (decimal): -15892389 or 5996557. OLE color: 5996557.
HSL color Cylindrical-coordinate representation of color #0D805B: hue angle of 160.7º 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 #0D805B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 128 | 91 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.50 |
| HSL | 160.7º | 0.82% | 0.28% | - |
| HSV(B) | 160.7º | 0.9% | 0.5% | - |
| XYZ | 9.77 | 16.28 | 12.52 | - |
| YUV | 89.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 91 | 0.90 | 0 | 0.29 | 0.50 | 160.7 | 0.82 | 0.28 |
| Hex | D | 80 | 5B | 5A | 0 | 1D | 32 | A1 | 52 | 1C |
| Octal | 15 | 200 | 133 | 132 | 0 | 35 | 62 | 241 | 122 | 34 |
| Binary | 1101 | 10000000 | 1011011 | 1011010 | 0 | 11101 | 110010 | 10100001 | 1010010 | 11100 |
Color Harmonies of #0D805B
Complementary color
Monochromatic Colors of #0D805B
Black with #0D805B
Text Example
Text Example
White with #0D805B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D805B; }
p { color: rgb(13,128,91); }
H1.HeaderClassName
{
color: #0D805B;
}
.AnyTagClassName
{
color: #0D805B;
}
</style>
background-color css
<style>
a { background-color: #0D805B; }
a { background-color: rgb(13,128,91); }
div.DivClassName
{
background-color: #0D805B;
}
.BgClassName
{
background-color: #0D805B;
}
</style>
border-color css
<style>
span { border-color: #0D805B; }
span { border-color: rgb(13,128,91); }
td.TdClassName
{
border-color: #0D805B;
}
.TagClassName
{
border-color: #0D805B;
}
</style>