Color Hex Logo

#172aaa Color Hex

#172AAA
(23,42,170)
0 Favorites   0 Comments

Color spaces of #172aaa

RGB 2342170
HSL0.650.760.38
HSV232°86°67°
CMYK 0.860.750.00   0.33
XYZ8.43704.740438.5005
Yxy4.74040.16330.0917
Hunter Lab21.772531.0684-89.6025
CIE-Lab25.982042.0851-69.0442

#172aaa color RGB value is (23,42,170).

#172aaa hex color red value is 23, green value is 42 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #172aaa hue: 0.65 , saturation: 0.76 and the lightness value of 172aaa is 0.38.

The process color (four color CMYK) of #172aaa color hex is 0.86, 0.75, 0.00, 0.33. Web safe color of #172aaa is #003399. Color #172aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101010 10101010
Octal 27 52 252
Decimal 23 42 170
Hex 17 2A AA

RGB Percentages of Color #172aaa

%9.79
%17.87
%72.34

CMYK Percentages of Color #172aaa

%86
%75
%0
%33

Triadic Colors of #172aaa

#172aaa #aa172a #2aaa17

Analogous Colors of #172aaa

#172aaa #4e17aa #1774aa

Monochromatic Colors of #172aaa

#172aaa

Complementary Color

#172aaa #aa9717

#172aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#172aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#172aaa Color CSS Codes

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

#172aaa Text Font Color

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

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


#172aaa Background Color

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

This div background color is #172aaa


#172aaa Border Color

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

This div border color is #172aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,42,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #172aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #172aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #172aaa;
  box-shadow:         1px 1px 3px 2px #172aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #172aaa


Comments

No comments written yet.

Please login to write comment.