Color Hex Logo

#17299f Color Hex

#17299F
(23,41,159)
0 Favorites   0 Comments

Color spaces of #17299f

RGB 2341159
HSL0.640.750.36
HSV232°86°62°
CMYK 0.860.740.00   0.38
XYZ7.40434.271233.2351
Yxy4.27120.16490.0951
Hunter Lab20.666927.7839-80.8794
CIE-Lab24.548538.7650-64.7500

#17299f color RGB value is (23,41,159).

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

The process color (four color CMYK) of #17299f color hex is 0.86, 0.74, 0.00, 0.38. Web safe color of #17299f is #003399. Color #17299f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101001 10011111
Octal 27 51 237
Decimal 23 41 159
Hex 17 29 9F

RGB Percentages of Color #17299f

%10.31
%18.39
%71.30

CMYK Percentages of Color #17299f

%86
%74
%0
%38

Triadic Colors of #17299f

#17299f #9f1729 #299f17

Analogous Colors of #17299f

#17299f #49179f #176d9f

Monochromatic Colors of #17299f

#17299f

Complementary Color

#17299f #9f8d17

#17299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#17299f Color CSS Codes

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

#17299f Text Font Color

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

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


#17299f Background Color

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

This div background color is #17299f


#17299f Border Color

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

This div border color is #17299f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,41,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 #17299f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17299f


Comments

No comments written yet.

Please login to write comment.