Color Hex Logo

#01016f Color Hex

#01016F
(1,1,111)
0 Favorites   0 Comments

Color spaces of #01016f

RGB 11111
HSL0.670.980.22
HSV240°99°44°
CMYK 0.990.990.00   0.56
XYZ2.89261.175915.1134
Yxy1.17590.15080.0613
Hunter Lab10.843928.6379-75.0432
CIE-Lab10.378442.4062-58.0734

#01016f color RGB value is (1,1,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000001 01101111
Octal 1 1 157
Decimal 1 1 111
Hex 1 1 6F

RGB Percentages of Color #01016f

%0.88
%0.88
%98.23

CMYK Percentages of Color #01016f

%99
%99
%0
%56

Triadic Colors of #01016f

#01016f #6f0101 #016f01

Analogous Colors of #01016f

#01016f #38016f #01386f

Monochromatic Colors of #01016f

#01016f

Complementary Color

#01016f #6f6f01

#01016f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01016f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01016f Color CSS Codes

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

#01016f Text Font Color

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

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


#01016f Background Color

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

This div background color is #01016f


#01016f Border Color

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

This div border color is #01016f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01016f

#01016f Color Palettes


Comments

No comments written yet.

Please login to write comment.