Color Hex Logo

#001171 Color Hex

#001171
(0,17,113)
0 Favorites   0 Comments

Color spaces of #001171

RGB 017113
HSL0.641.000.22
HSV231°100°44°
CMYK 1.000.850.00   0.56
XYZ3.18111.593215.7626
Yxy1.59320.15490.0776
Hunter Lab12.622222.8975-65.2058
CIE-Lab13.188735.3191-54.6900

#001171 color RGB value is (0,17,113).

#001171 hex color red value is 0, green value is 17 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #001171 hue: 0.64 , saturation: 1.00 and the lightness value of 001171 is 0.22.

The process color (four color CMYK) of #001171 color hex is 1.00, 0.85, 0.00, 0.56. Web safe color of #001171 is #000066. Color #001171 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010001 01110001
Octal 0 21 161
Decimal 0 17 113
Hex 0 11 71

RGB Percentages of Color #001171

%0.00
%13.08
%86.92

CMYK Percentages of Color #001171

%100
%85
%0
%56

Triadic Colors of #001171

#001171 #710011 #117100

Analogous Colors of #001171

#001171 #280071 #004a71

Monochromatic Colors of #001171

#001171

Complementary Color

#001171 #716000

#001171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001171 Color CSS Codes

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

#001171 Text Font Color

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

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


#001171 Background Color

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

This div background color is #001171


#001171 Border Color

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

This div border color is #001171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001171


Comments

No comments written yet.

Please login to write comment.