#0B624E

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

Shades of Watercourse #0B624E

Tints of Watercourse #0B624E

Color information

#0B624E (or 0x0B624E) is unknown color: approx Watercourse. HEX triplet: 0B, 62 and 4E. RGB value is (11,98,78). Sum of RGB (Red+Green+Blue) = 11+98+78=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #0B624E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B624E is #F49DB1. Grayscale: #454545. Windows color (decimal): -16031154 or 5136907. OLE color: 5136907.

HSL color Cylindrical-coordinate representation of color #0B624E: hue angle of 166.21º degrees, saturation: 0.8, 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 #0B624E is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB119878-
CMYK0.8900.200.62
HSL166.21º79.82%21.37%-
HSV(B)166.21º88.78%38.43%-
XYZ5.889.368.7-
YUV69.71132.6886.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.88%
GREEN value IS 98 (38.67% from 255) = 52.41%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=5.88%
G=52.41%
B=41.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1198780.8900.200.62166.2179.8221.37
HexB624E590143Ea65015
Octal131421161310247624612025
Binary101111000101001110101100101010011111010100110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B624E; }

 p { color: rgb(11,98,78); }

 H1.HeaderClassName
 {
   color: #0B624E;
 }
 .AnyTagClassName
 {
   color: #0B624E;
 }
</style>
background-color css

<style>
 a { background-color: #0B624E; }

 a { background-color: rgb(11,98,78); }

 div.DivClassName
 {
   background-color: #0B624E;
 }
 .BgClassName
 {
   background-color: #0B624E;
 }
</style>
border-color css

<style>
 span { border-color: #0B624E; }

 span { border-color: rgb(11,98,78); }

 td.TdClassName
 {
   border-color: #0B624E;
 }
 .TagClassName
 {
   border-color: #0B624E;
 }
</style>