Color Hex Logo

#01156e Color Hex

#01156E
(1,21,110)
0 Favorites   0 Comments

Color spaces of #01156e

RGB 121110
HSL0.640.980.22
HSV229°99°43°
CMYK 0.990.810.00   0.57
XYZ3.09521.668614.9108
Yxy1.66860.15730.0848
Hunter Lab12.917420.1656-59.3972
CIE-Lab13.642131.9012-51.9815

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010101 01101110
Octal 1 25 156
Decimal 1 21 110
Hex 1 15 6E

RGB Percentages of Color #01156e

%0.76
%15.91
%83.33

CMYK Percentages of Color #01156e

%99
%81
%0
%57

Triadic Colors of #01156e

#01156e #6e0115 #156e01

Analogous Colors of #01156e

#01156e #24016e #014c6e

Monochromatic Colors of #01156e

#01156e

Complementary Color

#01156e #6e5a01

#01156e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01156e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01156e Color CSS Codes

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

#01156e Text Font Color

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

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


#01156e Background Color

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

This div background color is #01156e


#01156e Border Color

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

This div border color is #01156e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,21,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 #01156e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01156e


Comments

No comments written yet.

Please login to write comment.