Html Css Color HEX #016451 Watercourse

📋 copy color: '#016451'

red 1 ◦ green 100 ◦ blue 81

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

Shades of Watercourse #016451

Tints of Watercourse #016451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 0.55%
G = 54.95%
B = 44.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#016451 (or 0x016451) is known color: Watercourse. HEX triplet: 01, 64 and 51. RGB value is (1,100,81). Sum of RGB (Red+Green+Blue) = 1+100+81=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 100 (39.45% from 255 or 54.95% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 100 - color contains mainly: green. Hex color #016451 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016451 is #FE9BAE. Grayscale: #444444. Windows color (decimal): -16685999 or 5334017. OLE color: 5334017.

HSL color Cylindrical-coordinate representation of color #016451: hue angle of 168.48º 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 #016451 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 100 81 -
CMYK 0.99 0 0.19 0.61
HSL 168.48º 0.98% 0.2% -
HSV(B) 168.48º 0.99% 0.39% -
XYZ 6.05 9.71 9.34 -
YUV 68.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 1 100 81 0.99 0 0.19 0.61 168.48 0.98 0.2
Hex 1 64 51 63 0 13 3D A8 62 14
Octal 1 144 121 143 0 23 75 250 142 24
Binary 1 1100100 1010001 1100011 0 10011 111101 10101000 1100010 10100

Color Harmonies of #016451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016451

Black with #016451

Text Example


Text Example

White with #016451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016451; }

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

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

background-color css

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

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

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

border-color css

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

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

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