Html Css Color HEX #0B624C Watercourse

📋 copy color: '#0B624C'

red 11 ◦ green 98 ◦ blue 76

#0B624C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #0B624C

Tints of Watercourse #0B624C

RGB

 RED value IS 11 (4.69% from 255) = 5.95%

 GREEN value IS 98 (38.67% from 255) = 52.97%

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 5.95%
G = 52.97%
B = 41.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#0B624C (or 0x0B624C) is known color: Watercourse. HEX triplet: 0B, 62 and 4C. RGB value is (11,98,76). Sum of RGB (Red+Green+Blue) = 11+98+76=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #0B624C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B624C is #F49DB3. Grayscale: #454545. Windows color (decimal): -16031156 or 5005835. OLE color: 5005835.

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

Color convert

RGB 11 98 76 -
CMYK 0.89 0 0.22 0.62
HSL 164.83º 0.8% 0.21% -
HSV(B) 164.83º 0.89% 0.38% -
XYZ 5.81 9.33 8.33 -
YUV 69.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 11 98 76 0.89 0 0.22 0.62 164.83 0.8 0.21
Hex B 62 4C 59 0 16 3E A5 50 15
Octal 13 142 114 131 0 26 76 245 120 25
Binary 1011 1100010 1001100 1011001 0 10110 111110 10100101 1010000 10101

Color Harmonies of #0B624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B624C

Black with #0B624C

Text Example


Text Example

White with #0B624C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B624C;
 }
 .AnyTagClassName
 {
   color: #0B624C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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