Shades of Watercourse #016049
Tints of Watercourse #016049
RGB
CMYK
RGB Variations
Color information
#016049 (or 0x016049) is known color: Watercourse. HEX triplet: 01, 60 and 49. RGB value is (1,96,73). Sum of RGB (Red+Green+Blue) = 1+96+73=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #016049 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016049 is #FE9FB6. Grayscale: #404040. Windows color (decimal): -16687031 or 4808705. OLE color: 4808705.
HSL color Cylindrical-coordinate representation of color #016049: hue angle of 165.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016049 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 73 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.62 |
| HSL | 165.47º | 0.98% | 0.19% | - |
| HSV(B) | 165.47º | 0.99% | 0.38% | - |
| XYZ | 5.4 | 8.85 | 7.73 | - |
| YUV | 64.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 73 | 0.99 | 0 | 0.24 | 0.62 | 165.47 | 0.98 | 0.19 |
| Hex | 1 | 60 | 49 | 63 | 0 | 18 | 3E | A5 | 62 | 13 |
| Octal | 1 | 140 | 111 | 143 | 0 | 30 | 76 | 245 | 142 | 23 |
| Binary | 1 | 1100000 | 1001001 | 1100011 | 0 | 11000 | 111110 | 10100101 | 1100010 | 10011 |
Color Harmonies of #016049
Complementary color
Monochromatic Colors of #016049
Black with #016049
Text Example
Text Example
White with #016049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016049; }
p { color: rgb(1,96,73); }
H1.HeaderClassName
{
color: #016049;
}
.AnyTagClassName
{
color: #016049;
}
</style>
background-color css
<style>
a { background-color: #016049; }
a { background-color: rgb(1,96,73); }
div.DivClassName
{
background-color: #016049;
}
.BgClassName
{
background-color: #016049;
}
</style>
border-color css
<style>
span { border-color: #016049; }
span { border-color: rgb(1,96,73); }
td.TdClassName
{
border-color: #016049;
}
.TagClassName
{
border-color: #016049;
}
</style>