Color Hex Logo

#17326a Color Hex

#17326A
(23,50,106)
0 Favorites   0 Comments

Color spaces of #17326a

RGB 2350106
HSL0.610.640.25
HSV220°78°42°
CMYK 0.780.530.00   0.58
XYZ4.09553.504014.0961
Yxy3.50400.18880.1615
Hunter Lab18.71906.2956-31.5443
CIE-Lab21.958811.6754-35.7295

#17326a color RGB value is (23,50,106).

#17326a hex color red value is 23, green value is 50 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #17326a hue: 0.61 , saturation: 0.64 and the lightness value of 17326a is 0.25.

The process color (four color CMYK) of #17326a color hex is 0.78, 0.53, 0.00, 0.58. Web safe color of #17326a is #003366. Color #17326a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00110010 01101010
Octal 27 62 152
Decimal 23 50 106
Hex 17 32 6A

RGB Percentages of Color #17326a

%12.85
%27.93
%59.22

CMYK Percentages of Color #17326a

%78
%53
%0
%58

Triadic Colors of #17326a

#17326a #6a1732 #326a17

Analogous Colors of #17326a

#17326a #26176a #175c6a

Monochromatic Colors of #17326a

#17326a

Complementary Color

#17326a #6a4f17

#17326a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17326a Color Preview on White Background

Lorem ipsum dolor sit amet.

#17326a Color CSS Codes

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

#17326a Text Font Color

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

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


#17326a Background Color

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

This div background color is #17326a


#17326a Border Color

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

This div border color is #17326a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,50,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17326a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17326a;
  -webkit-box-shadow: 1px 1px 3px 2px #17326a;
  box-shadow:         1px 1px 3px 2px #17326a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17326a


Comments

No comments written yet.

Please login to write comment.