Shades of Deep Sea #0D805C
Tints of Deep Sea #0D805C
RGB
CMYK
RGB Variations
Color information
#0D805C (or 0x0D805C) is known color: Deep Sea. HEX triplet: 0D, 80 and 5C. RGB value is (13,128,92). Sum of RGB (Red+Green+Blue) = 13+128+92=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #0D805C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D805C is #F27FA3. Grayscale: #595959. Windows color (decimal): -15892388 or 6062093. OLE color: 6062093.
HSL color Cylindrical-coordinate representation of color #0D805C: hue angle of 161.22º 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 #0D805C is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 13 | 128 | 92 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.50 |
| HSL | 161.22º | 0.82% | 0.28% | - |
| HSV(B) | 161.22º | 0.9% | 0.5% | - |
| XYZ | 9.82 | 16.3 | 12.75 | - |
| YUV | 89.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 128 | 92 | 0.90 | 0 | 0.28 | 0.50 | 161.22 | 0.82 | 0.28 |
| Hex | D | 80 | 5C | 5A | 0 | 1C | 32 | A1 | 52 | 1C |
| Octal | 15 | 200 | 134 | 132 | 0 | 34 | 62 | 241 | 122 | 34 |
| Binary | 1101 | 10000000 | 1011100 | 1011010 | 0 | 11100 | 110010 | 10100001 | 1010010 | 11100 |
Color Harmonies of #0D805C
Complementary color
Monochromatic Colors of #0D805C
Black with #0D805C
Text Example
Text Example
White with #0D805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D805C; }
p { color: rgb(13,128,92); }
H1.HeaderClassName
{
color: #0D805C;
}
.AnyTagClassName
{
color: #0D805C;
}
</style>
background-color css
<style>
a { background-color: #0D805C; }
a { background-color: rgb(13,128,92); }
div.DivClassName
{
background-color: #0D805C;
}
.BgClassName
{
background-color: #0D805C;
}
</style>
border-color css
<style>
span { border-color: #0D805C; }
span { border-color: rgb(13,128,92); }
td.TdClassName
{
border-color: #0D805C;
}
.TagClassName
{
border-color: #0D805C;
}
</style>