Color Hex Logo

#016563 Color Hex

#016563
(1,101,99)
0 Favorites   0 Comments

Color spaces of #016563

RGB 110199
HSL0.500.980.20
HSV179°99°40°
CMYK 0.990.000.02   0.60
XYZ6.918310.214713.4114
Yxy10.21470.22650.3344
Hunter Lab31.9604-17.2919-2.5073
CIE-Lab38.2250-24.9639-6.0188

#016563 color RGB value is (1,101,99).

#016563 hex color red value is 1, green value is 101 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #016563 hue: 0.50 , saturation: 0.98 and the lightness value of 016563 is 0.20.

The process color (four color CMYK) of #016563 color hex is 0.99, 0.00, 0.02, 0.60. Web safe color of #016563 is #006666. Color #016563 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100101 01100011
Octal 1 145 143
Decimal 1 101 99
Hex 1 65 63

RGB Percentages of Color #016563

%0.50
%50.25
%49.25

CMYK Percentages of Color #016563

%99
%0
%2
%60

Triadic Colors of #016563

#016563 #630165 #656301

Analogous Colors of #016563

#016563 #013565 #016531

Monochromatic Colors of #016563

#016563

Complementary Color

#016563 #650103

#016563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016563 Color CSS Codes

.mybgcolor {background-color:#016563; } 
.myforecolor {color:#016563; }
.mybordercolor {border:3px solid #016563; }

#016563 Text Font Color

<p style="color:#016563">Text here</p>

This sample text font color is #016563
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#016563 Background Color

<div style="background-color:#016563">
Div content here</div>

This div background color is #016563


#016563 Border Color

<div style="border:3px solid #016563">
Div here</div>

This div border color is #016563


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,101,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016563; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016563;
  -webkit-box-shadow: 1px 1px 3px 2px #016563;
  box-shadow:         1px 1px 3px 2px #016563; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,101,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #016563">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #016563;
  -webkit-box-shadow: 1px 1px 3px 2px #016563;
  box-shadow:         1px 1px 3px 2px #016563;">
Div content here</div>

This div box has shadow with color #016563


Comments

No comments written yet.

Please login to write comment.