Html Css Color HEX #0B604D Watercourse

📋 copy color: '#0B604D'

red 11 ◦ green 96 ◦ blue 77

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

Shades of Watercourse #0B604D

Tints of Watercourse #0B604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.17%

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 5.98%
G = 52.17%
B = 41.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#0B604D (or 0x0B604D) is known color: Watercourse. HEX triplet: 0B, 60 and 4D. RGB value is (11,96,77). Sum of RGB (Red+Green+Blue) = 11+96+77=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #0B604D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B604D is #F49FB2. Grayscale: #444444. Windows color (decimal): -16031667 or 5070859. OLE color: 5070859.

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

Color convert

RGB 11 96 77 -
CMYK 0.89 0 0.20 0.62
HSL 166.59º 0.79% 0.21% -
HSV(B) 166.59º 0.89% 0.38% -
XYZ 5.66 8.97 8.45 -
YUV 68.42 132.84 87.04 -
System Red Green Blue C M Y K H S L
Decimal 11 96 77 0.89 0 0.20 0.62 166.59 0.79 0.21
Hex B 60 4D 59 0 14 3E A7 4F 15
Octal 13 140 115 131 0 24 76 247 117 25
Binary 1011 1100000 1001101 1011001 0 10100 111110 10100111 1001111 10101

Color Harmonies of #0B604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B604D

Black with #0B604D

Text Example


Text Example

White with #0B604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,96,77); }

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

background-color css

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

 a { background-color: rgb(11,96,77); }

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

border-color css

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

 span { border-color: rgb(11,96,77); }

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