Color Hex Logo

#17529f Color Hex

#17529F
(23,82,159)
0 Favorites   0 Comments

Color spaces of #17529f

RGB 2382159
HSL0.590.750.36
HSV214°86°62°
CMYK 0.860.480.00   0.38
XYZ9.62878.719933.9765
Yxy8.71990.18400.1666
Hunter Lab29.52956.5271-47.5482
CIE-Lab35.439311.3632-46.9666

#17529f color RGB value is (23,82,159).

#17529f hex color red value is 23, green value is 82 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #17529f hue: 0.59 , saturation: 0.75 and the lightness value of 17529f is 0.36.

The process color (four color CMYK) of #17529f color hex is 0.86, 0.48, 0.00, 0.38. Web safe color of #17529f is #006699. Color #17529f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 01010010 10011111
Octal 27 122 237
Decimal 23 82 159
Hex 17 52 9F

RGB Percentages of Color #17529f

%8.71
%31.06
%60.23

CMYK Percentages of Color #17529f

%86
%48
%0
%38

Triadic Colors of #17529f

#17529f #9f1752 #529f17

Analogous Colors of #17529f

#17529f #20179f #17969f

Monochromatic Colors of #17529f

#17529f

Complementary Color

#17529f #9f6417

#17529f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17529f Color Preview on White Background

Lorem ipsum dolor sit amet.

#17529f Color CSS Codes

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

#17529f Text Font Color

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

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


#17529f Background Color

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

This div background color is #17529f


#17529f Border Color

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

This div border color is #17529f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(23,82,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #17529f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #17529f;
  -webkit-box-shadow: 1px 1px 3px 2px #17529f;
  box-shadow:         1px 1px 3px 2px #17529f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17529f


Comments

No comments written yet.

Please login to write comment.