Color Hex Logo

#171375 Color Hex

#171375
(23,19,117)
0 Favorites   0 Comments

Color spaces of #171375

RGB 2319117
HSL0.670.720.27
HSV242°84°46°
CMYK 0.800.840.00   0.54
XYZ3.79711.932317.0025
Yxy1.93230.16700.0850
Hunter Lab13.900724.4325-62.7894
CIE-Lab15.127936.7540-54.0309

#171375 color RGB value is (23,19,117).

#171375 hex color red value is 23, green value is 19 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #171375 hue: 0.67 , saturation: 0.72 and the lightness value of 171375 is 0.27.

The process color (four color CMYK) of #171375 color hex is 0.80, 0.84, 0.00, 0.54. Web safe color of #171375 is #000066. Color #171375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00010011 01110101
Octal 27 23 165
Decimal 23 19 117
Hex 17 13 75

RGB Percentages of Color #171375

%14.47
%11.95
%73.58

CMYK Percentages of Color #171375

%80
%84
%0
%54

Triadic Colors of #171375

#171375 #751713 #137517

Analogous Colors of #171375

#171375 #481375 #134075

Monochromatic Colors of #171375

#171375

Complementary Color

#171375 #717513

#171375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#171375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#171375 Color CSS Codes

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

#171375 Text Font Color

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

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


#171375 Background Color

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

This div background color is #171375


#171375 Border Color

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

This div border color is #171375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #171375


Comments

No comments written yet.

Please login to write comment.