Shades of Deep Sea #0D7965
Tints of Deep Sea #0D7965
RGB
CMYK
RGB Variations
Color information
#0D7965 (or 0x0D7965) is known color: Deep Sea. HEX triplet: 0D, 79 and 65. RGB value is (13,121,101). Sum of RGB (Red+Green+Blue) = 13+121+101=235 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.53% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #0D7965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D7965 is #F2869A. Grayscale: #565656. Windows color (decimal): -15894171 or 6650125. OLE color: 6650125.
HSL color Cylindrical-coordinate representation of color #0D7965: hue angle of 168.89º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D7965 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 13 | 121 | 101 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.53 |
| HSL | 168.89º | 0.81% | 0.26% | - |
| HSV(B) | 168.89º | 0.89% | 0.47% | - |
| XYZ | 9.35 | 14.7 | 14.66 | - |
| YUV | 86.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 121 | 101 | 0.89 | 0 | 0.17 | 0.53 | 168.89 | 0.81 | 0.26 |
| Hex | D | 79 | 65 | 59 | 0 | 11 | 35 | A9 | 51 | 1A |
| Octal | 15 | 171 | 145 | 131 | 0 | 21 | 65 | 251 | 121 | 32 |
| Binary | 1101 | 1111001 | 1100101 | 1011001 | 0 | 10001 | 110101 | 10101001 | 1010001 | 11010 |
Color Harmonies of #0D7965
Complementary color
Monochromatic Colors of #0D7965
Black with #0D7965
Text Example
Text Example
White with #0D7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D7965; }
p { color: rgb(13,121,101); }
H1.HeaderClassName
{
color: #0D7965;
}
.AnyTagClassName
{
color: #0D7965;
}
</style>
background-color css
<style>
a { background-color: #0D7965; }
a { background-color: rgb(13,121,101); }
div.DivClassName
{
background-color: #0D7965;
}
.BgClassName
{
background-color: #0D7965;
}
</style>
border-color css
<style>
span { border-color: #0D7965; }
span { border-color: rgb(13,121,101); }
td.TdClassName
{
border-color: #0D7965;
}
.TagClassName
{
border-color: #0D7965;
}
</style>