Shades of Watercourse #01634E
Tints of Watercourse #01634E
RGB
CMYK
RGB Variations
Color information
#01634E (or 0x01634E) is known color: Watercourse. HEX triplet: 01, 63 and 4E. RGB value is (1,99,78). Sum of RGB (Red+Green+Blue) = 1+99+78=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #01634E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01634E is #FE9CB1. Grayscale: #434343. Windows color (decimal): -16686258 or 5137153. OLE color: 5137153.
HSL color Cylindrical-coordinate representation of color #01634E: hue angle of 167.14º 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 #01634E is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 78 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.61 |
| HSL | 167.14º | 0.98% | 0.2% | - |
| HSV(B) | 167.14º | 0.99% | 0.39% | - |
| XYZ | 5.85 | 9.48 | 8.73 | - |
| YUV | 67.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 78 | 0.99 | 0 | 0.21 | 0.61 | 167.14 | 0.98 | 0.2 |
| Hex | 1 | 63 | 4E | 63 | 0 | 15 | 3D | A7 | 62 | 14 |
| Octal | 1 | 143 | 116 | 143 | 0 | 25 | 75 | 247 | 142 | 24 |
| Binary | 1 | 1100011 | 1001110 | 1100011 | 0 | 10101 | 111101 | 10100111 | 1100010 | 10100 |
Color Harmonies of #01634E
Complementary color
Monochromatic Colors of #01634E
Black with #01634E
Text Example
Text Example
White with #01634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01634E; }
p { color: rgb(1,99,78); }
H1.HeaderClassName
{
color: #01634E;
}
.AnyTagClassName
{
color: #01634E;
}
</style>
background-color css
<style>
a { background-color: #01634E; }
a { background-color: rgb(1,99,78); }
div.DivClassName
{
background-color: #01634E;
}
.BgClassName
{
background-color: #01634E;
}
</style>
border-color css
<style>
span { border-color: #01634E; }
span { border-color: rgb(1,99,78); }
td.TdClassName
{
border-color: #01634E;
}
.TagClassName
{
border-color: #01634E;
}
</style>