Color Hex Logo

#01015e Color Hex

#01015E
(1,1,94)
0 Favorites   0 Comments

Color spaces of #01015e

RGB 1194
HSL0.670.980.19
HSV240°99°37°
CMYK 0.990.990.00   0.63
XYZ2.04380.836310.6434
Yxy0.83630.15110.0618
Hunter Lab9.144923.8892-62.6036
CIE-Lab7.554237.5122-51.5198

#01015e color RGB value is (1,1,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000001 01011110
Octal 1 1 136
Decimal 1 1 94
Hex 1 1 5E

RGB Percentages of Color #01015e

%1.04
%1.04
%97.92

CMYK Percentages of Color #01015e

%99
%99
%0
%63

Triadic Colors of #01015e

#01015e #5e0101 #015e01

Analogous Colors of #01015e

#01015e #30015e #01305e

Monochromatic Colors of #01015e

#01015e

Complementary Color

#01015e #5e5e01

#01015e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01015e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01015e Color CSS Codes

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

#01015e Text Font Color

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

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


#01015e Background Color

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

This div background color is #01015e


#01015e Border Color

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

This div border color is #01015e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01015e


Comments

No comments written yet.

Please login to write comment.