Shades of Watercourse #015D4B
Tints of Watercourse #015D4B
RGB
CMYK
RGB Variations
Color information
#015D4B (or 0x015D4B) is known color: Watercourse. HEX triplet: 01, 5D and 4B. RGB value is (1,93,75). Sum of RGB (Red+Green+Blue) = 1+93+75=169 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 169); Green value is 93 (36.72% from 255 or 55.03% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 93 - color contains mainly: green. Hex color #015D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015D4B is #FEA2B4. Grayscale: #3F3F3F. Windows color (decimal): -16687797 or 4939009. OLE color: 4939009.
HSL color Cylindrical-coordinate representation of color #015D4B: hue angle of 168.26º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D4B is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 93 | 75 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.64 |
| HSL | 168.26º | 0.98% | 0.18% | - |
| HSV(B) | 168.26º | 0.99% | 0.36% | - |
| XYZ | 5.2 | 8.34 | 7.99 | - |
| YUV | 63.44 | 134.52 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 93 | 75 | 0.99 | 0 | 0.19 | 0.64 | 168.26 | 0.98 | 0.18 |
| Hex | 1 | 5D | 4B | 63 | 0 | 13 | 40 | A8 | 62 | 12 |
| Octal | 1 | 135 | 113 | 143 | 0 | 23 | 100 | 250 | 142 | 22 |
| Binary | 1 | 1011101 | 1001011 | 1100011 | 0 | 10011 | 1000000 | 10101000 | 1100010 | 10010 |
Color Harmonies of #015D4B
Complementary color
Monochromatic Colors of #015D4B
Black with #015D4B
Text Example
Text Example
White with #015D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015D4B; }
p { color: rgb(1,93,75); }
H1.HeaderClassName
{
color: #015D4B;
}
.AnyTagClassName
{
color: #015D4B;
}
</style>
background-color css
<style>
a { background-color: #015D4B; }
a { background-color: rgb(1,93,75); }
div.DivClassName
{
background-color: #015D4B;
}
.BgClassName
{
background-color: #015D4B;
}
</style>
border-color css
<style>
span { border-color: #015D4B; }
span { border-color: rgb(1,93,75); }
td.TdClassName
{
border-color: #015D4B;
}
.TagClassName
{
border-color: #015D4B;
}
</style>