Color Hex Logo

#01016e Color Hex

#01016E
(1,1,110)
0 Favorites   0 Comments

Color spaces of #01016e

RGB 11110
HSL0.670.980.22
HSV240°99°43°
CMYK 0.990.990.00   0.57
XYZ2.83781.154014.8250
Yxy1.15400.15080.0613
Hunter Lab10.742428.3546-74.3029
CIE-Lab10.213642.1244-57.6945

#01016e color RGB value is (1,1,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000001 01101110
Octal 1 1 156
Decimal 1 1 110
Hex 1 1 6E

RGB Percentages of Color #01016e

%0.89
%0.89
%98.21

CMYK Percentages of Color #01016e

%99
%99
%0
%57

Triadic Colors of #01016e

#01016e #6e0101 #016e01

Analogous Colors of #01016e

#01016e #38016e #01386e

Monochromatic Colors of #01016e

#01016e

Complementary Color

#01016e #6e6e01

#01016e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01016e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01016e Color CSS Codes

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

#01016e Text Font Color

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

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


#01016e Background Color

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

This div background color is #01016e


#01016e Border Color

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

This div border color is #01016e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01016e


Comments

No comments written yet.

Please login to write comment.