Shades of Deep Sea #207663
Tints of Deep Sea #207663
RGB
CMYK
RGB Variations
Color information
#207663 (or 0x207663) is known color: Deep Sea. HEX triplet: 20, 76 and 63. RGB value is (32,118,99). Sum of RGB (Red+Green+Blue) = 32+118+99=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #207663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207663 is #DF899C. Grayscale: #5A5A5A. Windows color (decimal): -14649757 or 6518304. OLE color: 6518304.
HSL color Cylindrical-coordinate representation of color #207663: hue angle of 166.74º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207663 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 32 | 118 | 99 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.54 |
| HSL | 166.74º | 0.57% | 0.29% | - |
| HSV(B) | 166.74º | 0.73% | 0.46% | - |
| XYZ | 9.33 | 14.16 | 14.05 | - |
| YUV | 90.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 99 | 0.73 | 0 | 0.16 | 0.54 | 166.74 | 0.57 | 0.29 |
| Hex | 20 | 76 | 63 | 49 | 0 | 10 | 36 | A7 | 39 | 1D |
| Octal | 40 | 166 | 143 | 111 | 0 | 20 | 66 | 247 | 71 | 35 |
| Binary | 100000 | 1110110 | 1100011 | 1001001 | 0 | 10000 | 110110 | 10100111 | 111001 | 11101 |
Color Harmonies of #207663
Complementary color
Monochromatic Colors of #207663
Black with #207663
Text Example
Text Example
White with #207663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207663; }
p { color: rgb(32,118,99); }
H1.HeaderClassName
{
color: #207663;
}
.AnyTagClassName
{
color: #207663;
}
</style>
background-color css
<style>
a { background-color: #207663; }
a { background-color: rgb(32,118,99); }
div.DivClassName
{
background-color: #207663;
}
.BgClassName
{
background-color: #207663;
}
</style>
border-color css
<style>
span { border-color: #207663; }
span { border-color: rgb(32,118,99); }
td.TdClassName
{
border-color: #207663;
}
.TagClassName
{
border-color: #207663;
}
</style>