Color Hex Logo

#171491 Color Hex

#171491
(23,20,145)
0 Favorites   0 Comments

Color spaces of #171491

RGB 2320145
HSL0.670.760.32
HSV241°86°57°
CMYK 0.840.860.00   0.43
XYZ5.71432.726827.0132
Yxy2.72680.16120.0769
Hunter Lab16.513032.8718-85.4317
CIE-Lab18.914845.3800-65.4732

#171491 color RGB value is (23,20,145).

#171491 hex color red value is 23, green value is 20 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #171491 hue: 0.67 , saturation: 0.76 and the lightness value of 171491 is 0.32.

The process color (four color CMYK) of #171491 color hex is 0.84, 0.86, 0.00, 0.43. Web safe color of #171491 is #000099. Color #171491 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010100 10010001
Octal 27 24 221
Decimal 23 20 145
Hex 17 14 91

RGB Percentages of Color #171491

%12.23
%10.64
%77.13

CMYK Percentages of Color #171491

%84
%86
%0
%43

Triadic Colors of #171491

#171491 #911714 #149117

Analogous Colors of #171491

#171491 #561491 #144f91

Monochromatic Colors of #171491

#171491

Complementary Color

#171491 #8e9114

#171491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#171491 Color CSS Codes

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

#171491 Text Font Color

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

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


#171491 Background Color

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

This div background color is #171491


#171491 Border Color

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

This div border color is #171491


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,20,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #171491; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #171491;
  -webkit-box-shadow: 1px 1px 3px 2px #171491;
  box-shadow:         1px 1px 3px 2px #171491; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171491


Comments

No comments written yet.

Please login to write comment.