Shades of Deep Sea #207865
Tints of Deep Sea #207865
RGB
CMYK
RGB Variations
Color information
#207865 (or 0x207865) is known color: Deep Sea. HEX triplet: 20, 78 and 65. RGB value is (32,120,101). Sum of RGB (Red+Green+Blue) = 32+120+101=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 120 (47.27% from 255 or 47.43% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 120 - color contains mainly: green. Hex color #207865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207865 is #DF879A. Grayscale: #5B5B5B. Windows color (decimal): -14649243 or 6649888. OLE color: 6649888.
HSL color Cylindrical-coordinate representation of color #207865: hue angle of 167.05º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207865 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 101 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.53 |
| HSL | 167.05º | 0.58% | 0.3% | - |
| HSV(B) | 167.05º | 0.73% | 0.47% | - |
| XYZ | 9.66 | 14.68 | 14.64 | - |
| YUV | 91.52 | 133.35 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 101 | 0.73 | 0 | 0.16 | 0.53 | 167.05 | 0.58 | 0.3 |
| Hex | 20 | 78 | 65 | 49 | 0 | 10 | 35 | A7 | 3A | 1E |
| Octal | 40 | 170 | 145 | 111 | 0 | 20 | 65 | 247 | 72 | 36 |
| Binary | 100000 | 1111000 | 1100101 | 1001001 | 0 | 10000 | 110101 | 10100111 | 111010 | 11110 |
Color Harmonies of #207865
Complementary color
Monochromatic Colors of #207865
Black with #207865
Text Example
Text Example
White with #207865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207865; }
p { color: rgb(32,120,101); }
H1.HeaderClassName
{
color: #207865;
}
.AnyTagClassName
{
color: #207865;
}
</style>
background-color css
<style>
a { background-color: #207865; }
a { background-color: rgb(32,120,101); }
div.DivClassName
{
background-color: #207865;
}
.BgClassName
{
background-color: #207865;
}
</style>
border-color css
<style>
span { border-color: #207865; }
span { border-color: rgb(32,120,101); }
td.TdClassName
{
border-color: #207865;
}
.TagClassName
{
border-color: #207865;
}
</style>