Html Css Color HEX #016351 Watercourse

📋 copy color: '#016351'

red 1 ◦ green 99 ◦ blue 81

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

Shades of Watercourse #016351

Tints of Watercourse #016351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.7%

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

R = 0.55%
G = 54.7%
B = 44.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#016351 (or 0x016351) is known color: Watercourse. HEX triplet: 01, 63 and 51. RGB value is (1,99,81). Sum of RGB (Red+Green+Blue) = 1+99+81=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 99 (39.06% from 255 or 54.70% from 181); Blue value is 81 (32.03% from 255 or 44.75% from 181); Max value from RGB is 99 - color contains mainly: green. Hex color #016351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016351 is #FE9CAE. Grayscale: #434343. Windows color (decimal): -16686255 or 5333761. OLE color: 5333761.

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

Color convert

RGB 1 99 81 -
CMYK 0.99 0 0.18 0.61
HSL 168.98º 0.98% 0.2% -
HSV(B) 168.98º 0.99% 0.39% -
XYZ 5.96 9.52 9.31 -
YUV 67.65 135.53 80.46 -
System Red Green Blue C M Y K H S L
Decimal 1 99 81 0.99 0 0.18 0.61 168.98 0.98 0.2
Hex 1 63 51 63 0 12 3D A9 62 14
Octal 1 143 121 143 0 22 75 251 142 24
Binary 1 1100011 1010001 1100011 0 10010 111101 10101001 1100010 10100

Color Harmonies of #016351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016351

Black with #016351

Text Example


Text Example

White with #016351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016351; }

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

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

background-color css

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

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

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

border-color css

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

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

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