Html Css Color HEX #016044 Watercourse

📋 copy color: '#016044'

red 1 ◦ green 96 ◦ blue 68

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

Shades of Watercourse #016044

Tints of Watercourse #016044

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

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

 BLUE value IS 68 (26.95% from 255) = 41.21%

R = 0.61%
G = 58.18%
B = 41.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#016044 (or 0x016044) is known color: Watercourse. HEX triplet: 01, 60 and 44. RGB value is (1,96,68). Sum of RGB (Red+Green+Blue) = 1+96+68=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #016044 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016044 is #FE9FBB. Grayscale: #404040. Windows color (decimal): -16687036 or 4481025. OLE color: 4481025.

HSL color Cylindrical-coordinate representation of color #016044: hue angle of 162.32º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016044 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 96 68 -
CMYK 0.99 0 0.29 0.62
HSL 162.32º 0.98% 0.19% -
HSV(B) 162.32º 0.99% 0.38% -
XYZ 5.24 8.79 6.89 -
YUV 64.4 130.03 82.78 -
System Red Green Blue C M Y K H S L
Decimal 1 96 68 0.99 0 0.29 0.62 162.32 0.98 0.19
Hex 1 60 44 63 0 1D 3E A2 62 13
Octal 1 140 104 143 0 35 76 242 142 23
Binary 1 1100000 1000100 1100011 0 11101 111110 10100010 1100010 10011

Color Harmonies of #016044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016044

Black with #016044

Text Example


Text Example

White with #016044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016044; }

 p { color: rgb(1,96,68); }

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

background-color css

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

 a { background-color: rgb(1,96,68); }

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

border-color css

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

 span { border-color: rgb(1,96,68); }

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