Color Hex Logo

#01016c Color Hex

#01016C
(1,1,108)
0 Favorites   0 Comments

Color spaces of #01016c

RGB 11108
HSL0.670.980.21
HSV240°99°42°
CMYK 0.990.990.00   0.58
XYZ2.73011.110914.2579
Yxy1.11090.15080.0614
Hunter Lab10.539927.7910-72.8267
CIE-Lab9.883141.5613-56.9353

#01016c color RGB value is (1,1,108).

#01016c hex color red value is 1, green value is 1 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #01016c hue: 0.67 , saturation: 0.98 and the lightness value of 01016c is 0.21.

The process color (four color CMYK) of #01016c color hex is 0.99, 0.99, 0.00, 0.58. Web safe color of #01016c is #000066. Color #01016c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000001 01101100
Octal 1 1 154
Decimal 1 1 108
Hex 1 1 6C

RGB Percentages of Color #01016c

%0.91
%0.91
%98.18

CMYK Percentages of Color #01016c

%99
%99
%0
%58

Triadic Colors of #01016c

#01016c #6c0101 #016c01

Analogous Colors of #01016c

#01016c #37016c #01376c

Monochromatic Colors of #01016c

#01016c

Complementary Color

#01016c #6c6c01

#01016c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01016c Color Preview on White Background

Lorem ipsum dolor sit amet.

#01016c Color CSS Codes

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

#01016c Text Font Color

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

This sample text font color is #01016c
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.


#01016c Background Color

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

This div background color is #01016c


#01016c Border Color

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

This div border color is #01016c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01016c


Comments

No comments written yet.

Please login to write comment.