Color Hex Logo

#01116e Color Hex

#01116E
(1,17,110)
0 Favorites   0 Comments

Color spaces of #01116e

RGB 117110
HSL0.640.980.22
HSV231°99°43°
CMYK 0.990.850.00   0.57
XYZ3.02741.533114.8882
Yxy1.53310.15570.0788
Hunter Lab12.381821.9756-62.6243
CIE-Lab12.817034.2833-53.3520

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010001 01101110
Octal 1 21 156
Decimal 1 17 110
Hex 1 11 6E

RGB Percentages of Color #01116e

%0.78
%13.28
%85.94

CMYK Percentages of Color #01116e

%99
%85
%0
%57

Triadic Colors of #01116e

#01116e #6e0111 #116e01

Analogous Colors of #01116e

#01116e #28016e #01486e

Monochromatic Colors of #01116e

#01116e

Complementary Color

#01116e #6e5e01

#01116e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01116e Color Preview on White Background

Lorem ipsum dolor sit amet.

#01116e Color CSS Codes

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

#01116e Text Font Color

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

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


#01116e Background Color

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

This div background color is #01116e


#01116e Border Color

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

This div border color is #01116e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01116e


Comments

No comments written yet.

Please login to write comment.