Shades of Watercourse #01624E
Tints of Watercourse #01624E
RGB
CMYK
RGB Variations
Color information
#01624E (or 0x01624E) is known color: Watercourse. HEX triplet: 01, 62 and 4E. RGB value is (1,98,78). Sum of RGB (Red+Green+Blue) = 1+98+78=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 98 (38.67% from 255 or 55.37% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 98 - color contains mainly: green. Hex color #01624E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01624E is #FE9DB1. Grayscale: #424242. Windows color (decimal): -16686514 or 5136897. OLE color: 5136897.
HSL color Cylindrical-coordinate representation of color #01624E: hue angle of 167.63º 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 #01624E is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 78 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.62 |
| HSL | 167.63º | 0.98% | 0.19% | - |
| HSV(B) | 167.63º | 0.99% | 0.38% | - |
| XYZ | 5.76 | 9.29 | 8.7 | - |
| YUV | 66.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 78 | 0.99 | 0 | 0.20 | 0.62 | 167.63 | 0.98 | 0.19 |
| Hex | 1 | 62 | 4E | 63 | 0 | 14 | 3E | A8 | 62 | 13 |
| Octal | 1 | 142 | 116 | 143 | 0 | 24 | 76 | 250 | 142 | 23 |
| Binary | 1 | 1100010 | 1001110 | 1100011 | 0 | 10100 | 111110 | 10101000 | 1100010 | 10011 |
Color Harmonies of #01624E
Complementary color
Monochromatic Colors of #01624E
Black with #01624E
Text Example
Text Example
White with #01624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01624E; }
p { color: rgb(1,98,78); }
H1.HeaderClassName
{
color: #01624E;
}
.AnyTagClassName
{
color: #01624E;
}
</style>
background-color css
<style>
a { background-color: #01624E; }
a { background-color: rgb(1,98,78); }
div.DivClassName
{
background-color: #01624E;
}
.BgClassName
{
background-color: #01624E;
}
</style>
border-color css
<style>
span { border-color: #01624E; }
span { border-color: rgb(1,98,78); }
td.TdClassName
{
border-color: #01624E;
}
.TagClassName
{
border-color: #01624E;
}
</style>