Shades of Watercourse #0B604E
Tints of Watercourse #0B604E
RGB
CMYK
RGB Variations
Color information
#0B604E (or 0x0B604E) is known color: Watercourse. HEX triplet: 0B, 60 and 4E. RGB value is (11,96,78). Sum of RGB (Red+Green+Blue) = 11+96+78=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 96 (37.89% from 255 or 51.89% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 96 - color contains mainly: green. Hex color #0B604E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B604E is #F49FB1. Grayscale: #444444. Windows color (decimal): -16031666 or 5136395. OLE color: 5136395.
HSL color Cylindrical-coordinate representation of color #0B604E: hue angle of 167.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B604E is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 96 | 78 | - |
| CMYK | 0.89 | 0 | 0.19 | 0.62 |
| HSL | 167.29º | 0.79% | 0.21% | - |
| HSV(B) | 167.29º | 0.89% | 0.38% | - |
| XYZ | 5.7 | 8.99 | 8.64 | - |
| YUV | 68.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 78 | 0.89 | 0 | 0.19 | 0.62 | 167.29 | 0.79 | 0.21 |
| Hex | B | 60 | 4E | 59 | 0 | 13 | 3E | A7 | 4F | 15 |
| Octal | 13 | 140 | 116 | 131 | 0 | 23 | 76 | 247 | 117 | 25 |
| Binary | 1011 | 1100000 | 1001110 | 1011001 | 0 | 10011 | 111110 | 10100111 | 1001111 | 10101 |
Color Harmonies of #0B604E
Complementary color
Monochromatic Colors of #0B604E
Black with #0B604E
Text Example
Text Example
White with #0B604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B604E; }
p { color: rgb(11,96,78); }
H1.HeaderClassName
{
color: #0B604E;
}
.AnyTagClassName
{
color: #0B604E;
}
</style>
background-color css
<style>
a { background-color: #0B604E; }
a { background-color: rgb(11,96,78); }
div.DivClassName
{
background-color: #0B604E;
}
.BgClassName
{
background-color: #0B604E;
}
</style>
border-color css
<style>
span { border-color: #0B604E; }
span { border-color: rgb(11,96,78); }
td.TdClassName
{
border-color: #0B604E;
}
.TagClassName
{
border-color: #0B604E;
}
</style>