Color Hex Logo

#011147 Color Hex

#011147
(1,17,71)
0 Favorites   0 Comments

Color spaces of #011147

RGB 11771
HSL0.630.970.14
HSV226°99°28°
CMYK 0.990.760.00   0.72
XYZ1.35030.86236.0565
Yxy0.86230.16330.1043
Hunter Lab9.28609.7056-32.1698
CIE-Lab7.789118.5580-35.3299

#011147 color RGB value is (1,17,71).

#011147 hex color red value is 1, green value is 17 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #011147 hue: 0.63 , saturation: 0.97 and the lightness value of 011147 is 0.14.

The process color (four color CMYK) of #011147 color hex is 0.99, 0.76, 0.00, 0.72. Web safe color of #011147 is #000033. Color #011147 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010001 01000111
Octal 1 21 107
Decimal 1 17 71
Hex 1 11 47

RGB Percentages of Color #011147

%1.12
%19.10
%79.78

CMYK Percentages of Color #011147

%99
%76
%0
%72

Triadic Colors of #011147

#011147 #470111 #114701

Analogous Colors of #011147

#011147 #140147 #013447

Monochromatic Colors of #011147

#011147

Complementary Color

#011147 #473701

#011147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#011147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#011147 Color CSS Codes

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

#011147 Text Font Color

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

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


#011147 Background Color

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

This div background color is #011147


#011147 Border Color

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

This div border color is #011147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #011147


Comments

No comments written yet.

Please login to write comment.