Shades of Watercourse #016447
Tints of Watercourse #016447
RGB
CMYK
RGB Variations
Color information
#016447 (or 0x016447) is known color: Watercourse. HEX triplet: 01, 64 and 47. RGB value is (1,100,71). Sum of RGB (Red+Green+Blue) = 1+100+71=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 100 (39.45% from 255 or 58.14% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 100 - color contains mainly: green. Hex color #016447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016447 is #FE9BB8. Grayscale: #434343. Windows color (decimal): -16686009 or 4678657. OLE color: 4678657.
HSL color Cylindrical-coordinate representation of color #016447: hue angle of 162.42º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016447 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 71 | - |
| CMYK | 0.99 | 0 | 0.29 | 0.61 |
| HSL | 162.42º | 0.98% | 0.2% | - |
| HSV(B) | 162.42º | 0.99% | 0.39% | - |
| XYZ | 5.71 | 9.58 | 7.51 | - |
| YUV | 67.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 71 | 0.99 | 0 | 0.29 | 0.61 | 162.42 | 0.98 | 0.2 |
| Hex | 1 | 64 | 47 | 63 | 0 | 1D | 3D | A2 | 62 | 14 |
| Octal | 1 | 144 | 107 | 143 | 0 | 35 | 75 | 242 | 142 | 24 |
| Binary | 1 | 1100100 | 1000111 | 1100011 | 0 | 11101 | 111101 | 10100010 | 1100010 | 10100 |
Color Harmonies of #016447
Complementary color
Monochromatic Colors of #016447
Black with #016447
Text Example
Text Example
White with #016447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016447; }
p { color: rgb(1,100,71); }
H1.HeaderClassName
{
color: #016447;
}
.AnyTagClassName
{
color: #016447;
}
</style>
background-color css
<style>
a { background-color: #016447; }
a { background-color: rgb(1,100,71); }
div.DivClassName
{
background-color: #016447;
}
.BgClassName
{
background-color: #016447;
}
</style>
border-color css
<style>
span { border-color: #016447; }
span { border-color: rgb(1,100,71); }
td.TdClassName
{
border-color: #016447;
}
.TagClassName
{
border-color: #016447;
}
</style>