Color Hex Logo

#17297d Color Hex

#17297D
(23,41,125)
0 Favorites   0 Comments

Color spaces of #17297d

RGB 2341125
HSL0.640.690.29
HSV229°82°49°
CMYK 0.820.670.00   0.51
XYZ4.84803.248719.7736
Yxy3.24870.17390.1166
Hunter Lab18.024216.4693-52.4279
CIE-Lab21.013625.8878-49.4422

#17297d color RGB value is (23,41,125).

#17297d hex color red value is 23, green value is 41 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #17297d hue: 0.64 , saturation: 0.69 and the lightness value of 17297d is 0.29.

The process color (four color CMYK) of #17297d color hex is 0.82, 0.67, 0.00, 0.51. Web safe color of #17297d is #003366. Color #17297d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101001 01111101
Octal 27 51 175
Decimal 23 41 125
Hex 17 29 7D

RGB Percentages of Color #17297d

%12.17
%21.69
%66.14

CMYK Percentages of Color #17297d

%82
%67
%0
%51

Triadic Colors of #17297d

#17297d #7d1729 #297d17

Analogous Colors of #17297d

#17297d #38177d #175c7d

Monochromatic Colors of #17297d

#17297d

Complementary Color

#17297d #7d6b17

#17297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#17297d Color CSS Codes

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

#17297d Text Font Color

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

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


#17297d Background Color

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

This div background color is #17297d


#17297d Border Color

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

This div border color is #17297d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17297d


Comments

No comments written yet.

Please login to write comment.