Shades of Deep Sea #0D815B
Tints of Deep Sea #0D815B
RGB
CMYK
RGB Variations
Color information
#0D815B (or 0x0D815B) is known color: Deep Sea. HEX triplet: 0D, 81 and 5B. RGB value is (13,129,91). Sum of RGB (Red+Green+Blue) = 13+129+91=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #0D815B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D815B is #F27EA4. Grayscale: #5A5A5A. Windows color (decimal): -15892133 or 5996813. OLE color: 5996813.
HSL color Cylindrical-coordinate representation of color #0D815B: hue angle of 160.34º 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 #0D815B is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 13 | 129 | 91 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.49 |
| HSL | 160.34º | 0.82% | 0.28% | - |
| HSV(B) | 160.34º | 0.9% | 0.51% | - |
| XYZ | 9.9 | 16.54 | 12.57 | - |
| YUV | 89.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 129 | 91 | 0.90 | 0 | 0.29 | 0.49 | 160.34 | 0.82 | 0.28 |
| Hex | D | 81 | 5B | 5A | 0 | 1D | 31 | A0 | 52 | 1C |
| Octal | 15 | 201 | 133 | 132 | 0 | 35 | 61 | 240 | 122 | 34 |
| Binary | 1101 | 10000001 | 1011011 | 1011010 | 0 | 11101 | 110001 | 10100000 | 1010010 | 11100 |
Color Harmonies of #0D815B
Complementary color
Monochromatic Colors of #0D815B
Black with #0D815B
Text Example
Text Example
White with #0D815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D815B; }
p { color: rgb(13,129,91); }
H1.HeaderClassName
{
color: #0D815B;
}
.AnyTagClassName
{
color: #0D815B;
}
</style>
background-color css
<style>
a { background-color: #0D815B; }
a { background-color: rgb(13,129,91); }
div.DivClassName
{
background-color: #0D815B;
}
.BgClassName
{
background-color: #0D815B;
}
</style>
border-color css
<style>
span { border-color: #0D815B; }
span { border-color: rgb(13,129,91); }
td.TdClassName
{
border-color: #0D815B;
}
.TagClassName
{
border-color: #0D815B;
}
</style>