Shades of Watercourse #0B604C
Tints of Watercourse #0B604C
RGB
CMYK
RGB Variations
Color information
#0B604C (or 0x0B604C) is known color: Watercourse. HEX triplet: 0B, 60 and 4C. RGB value is (11,96,76). Sum of RGB (Red+Green+Blue) = 11+96+76=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #0B604C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B604C is #F49FB3. Grayscale: #444444. Windows color (decimal): -16031668 or 5005323. OLE color: 5005323.
HSL color Cylindrical-coordinate representation of color #0B604C: hue angle of 165.88º 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 #0B604C is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 96 | 76 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.62 |
| HSL | 165.88º | 0.79% | 0.21% | - |
| HSV(B) | 165.88º | 0.89% | 0.38% | - |
| XYZ | 5.63 | 8.96 | 8.27 | - |
| YUV | 68.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 76 | 0.89 | 0 | 0.21 | 0.62 | 165.88 | 0.79 | 0.21 |
| Hex | B | 60 | 4C | 59 | 0 | 15 | 3E | A6 | 4F | 15 |
| Octal | 13 | 140 | 114 | 131 | 0 | 25 | 76 | 246 | 117 | 25 |
| Binary | 1011 | 1100000 | 1001100 | 1011001 | 0 | 10101 | 111110 | 10100110 | 1001111 | 10101 |
Color Harmonies of #0B604C
Complementary color
Monochromatic Colors of #0B604C
Black with #0B604C
Text Example
Text Example
White with #0B604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B604C; }
p { color: rgb(11,96,76); }
H1.HeaderClassName
{
color: #0B604C;
}
.AnyTagClassName
{
color: #0B604C;
}
</style>
background-color css
<style>
a { background-color: #0B604C; }
a { background-color: rgb(11,96,76); }
div.DivClassName
{
background-color: #0B604C;
}
.BgClassName
{
background-color: #0B604C;
}
</style>
border-color css
<style>
span { border-color: #0B604C; }
span { border-color: rgb(11,96,76); }
td.TdClassName
{
border-color: #0B604C;
}
.TagClassName
{
border-color: #0B604C;
}
</style>