#0B604E

Color #0B604E Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #0B604E

Tints of Watercourse #0B604E

Color information

#0B604E (or 0x0B604E) is unknown color: approx 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

RGB119678-
CMYK0.8900.190.62
HSL167.29º79.44%20.98%-
HSV(B)167.29º88.54%37.65%-
XYZ5.78.998.64-
YUV68.53133.3486.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 5.95%
GREEN value IS 96 (37.89% from 255) = 51.89%
BLUE value IS 78 (30.86% from 255) = 42.16%
R=5.95%
G=51.89%
B=42.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1196780.8900.190.62167.2979.4420.98
HexB604E590133Ea74f15
Octal131401161310237624711725
Binary101111000001001110101100101001111111010100111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>