Html Css Color HEX #016649 Watercourse

📋 copy color: '#016649'

red 1 ◦ green 102 ◦ blue 73

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

Shades of Watercourse #016649

Tints of Watercourse #016649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 57.95%

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 0.57%
G = 57.95%
B = 41.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#016649 (or 0x016649) is known color: Watercourse. HEX triplet: 01, 66 and 49. RGB value is (1,102,73). Sum of RGB (Red+Green+Blue) = 1+102+73=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #016649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016649 is #FE99B6. Grayscale: #444444. Windows color (decimal): -16685495 or 4810241. OLE color: 4810241.

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

Color convert

RGB 1 102 73 -
CMYK 0.99 0 0.28 0.6
HSL 162.77º 0.98% 0.2% -
HSV(B) 162.77º 0.99% 0.4% -
XYZ 5.97 9.99 7.92 -
YUV 68.5 130.54 79.86 -
System Red Green Blue C M Y K H S L
Decimal 1 102 73 0.99 0 0.28 0.6 162.77 0.98 0.2
Hex 1 66 49 63 0 1C 3C A3 62 14
Octal 1 146 111 143 0 34 74 243 142 24
Binary 1 1100110 1001001 1100011 0 11100 111100 10100011 1100010 10100

Color Harmonies of #016649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016649

Black with #016649

Text Example


Text Example

White with #016649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016649; }

 p { color: rgb(1,102,73); }

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

background-color css

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

 a { background-color: rgb(1,102,73); }

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

border-color css

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

 span { border-color: rgb(1,102,73); }

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