Shades of Watercourse #016949
Tints of Watercourse #016949
RGB
CMYK
RGB Variations
Color information
#016949 (or 0x016949) is known color: Watercourse. HEX triplet: 01, 69 and 49. RGB value is (1,105,73). Sum of RGB (Red+Green+Blue) = 1+105+73=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #016949 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016949 is #FE96B6. Grayscale: #464646. Windows color (decimal): -16684727 or 4811009. OLE color: 4811009.
HSL color Cylindrical-coordinate representation of color #016949: hue angle of 161.54º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016949 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 105 | 73 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.59 |
| HSL | 161.54º | 0.98% | 0.21% | - |
| HSV(B) | 161.54º | 0.99% | 0.41% | - |
| XYZ | 6.27 | 10.59 | 8.02 | - |
| YUV | 70.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 105 | 73 | 0.99 | 0 | 0.30 | 0.59 | 161.54 | 0.98 | 0.21 |
| Hex | 1 | 69 | 49 | 63 | 0 | 1E | 3B | A2 | 62 | 15 |
| Octal | 1 | 151 | 111 | 143 | 0 | 36 | 73 | 242 | 142 | 25 |
| Binary | 1 | 1101001 | 1001001 | 1100011 | 0 | 11110 | 111011 | 10100010 | 1100010 | 10101 |
Color Harmonies of #016949
Complementary color
Monochromatic Colors of #016949
Black with #016949
Text Example
Text Example
White with #016949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016949; }
p { color: rgb(1,105,73); }
H1.HeaderClassName
{
color: #016949;
}
.AnyTagClassName
{
color: #016949;
}
</style>
background-color css
<style>
a { background-color: #016949; }
a { background-color: rgb(1,105,73); }
div.DivClassName
{
background-color: #016949;
}
.BgClassName
{
background-color: #016949;
}
</style>
border-color css
<style>
span { border-color: #016949; }
span { border-color: rgb(1,105,73); }
td.TdClassName
{
border-color: #016949;
}
.TagClassName
{
border-color: #016949;
}
</style>