Html Css Color HEX #016441 Watercourse

📋 copy color: '#016441'

red 1 ◦ green 100 ◦ blue 65

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

Shades of Watercourse #016441

Tints of Watercourse #016441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 60.24%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 0.6%
G = 60.24%
B = 39.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#016441 (or 0x016441) is known color: Watercourse. HEX triplet: 01, 64 and 41. RGB value is (1,100,65). Sum of RGB (Red+Green+Blue) = 1+100+65=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #016441 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016441 is #FE9BBE. Grayscale: #424242. Windows color (decimal): -16686015 or 4285441. OLE color: 4285441.

HSL color Cylindrical-coordinate representation of color #016441: hue angle of 158.79º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016441 is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 100 65 -
CMYK 0.99 0 0.35 0.61
HSL 158.79º 0.98% 0.2% -
HSV(B) 158.79º 0.99% 0.39% -
XYZ 5.52 9.5 6.54 -
YUV 66.41 127.2 81.35 -
System Red Green Blue C M Y K H S L
Decimal 1 100 65 0.99 0 0.35 0.61 158.79 0.98 0.2
Hex 1 64 41 63 0 23 3D 9F 62 14
Octal 1 144 101 143 0 43 75 237 142 24
Binary 1 1100100 1000001 1100011 0 100011 111101 10011111 1100010 10100

Color Harmonies of #016441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016441

Black with #016441

Text Example


Text Example

White with #016441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016441; }

 p { color: rgb(1,100,65); }

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

background-color css

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

 a { background-color: rgb(1,100,65); }

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

border-color css

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

 span { border-color: rgb(1,100,65); }

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