Color Hex Logo

#17294f Color Hex

#17294F
(23,41,79)
0 Favorites   0 Comments

Color spaces of #17294f

RGB 234179
HSL0.610.550.20
HSV221°71°31°
CMYK 0.710.480.00   0.69
XYZ2.55762.33257.7126
Yxy2.33250.20290.1851
Hunter Lab15.27253.1654-19.2506
CIE-Lab17.14356.9709-25.6077

#17294f color RGB value is (23,41,79).

#17294f hex color red value is 23, green value is 41 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #17294f hue: 0.61 , saturation: 0.55 and the lightness value of 17294f is 0.20.

The process color (four color CMYK) of #17294f color hex is 0.71, 0.48, 0.00, 0.69. Web safe color of #17294f is #003366. Color #17294f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00101001 01001111
Octal 27 51 117
Decimal 23 41 79
Hex 17 29 4F

RGB Percentages of Color #17294f

%16.08
%28.67
%55.24

CMYK Percentages of Color #17294f

%71
%48
%0
%69

Triadic Colors of #17294f

#17294f #4f1729 #294f17

Analogous Colors of #17294f

#17294f #21174f #17454f

Monochromatic Colors of #17294f

#17294f

Complementary Color

#17294f #4f3d17

#17294f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17294f Color Preview on White Background

Lorem ipsum dolor sit amet.

#17294f Color CSS Codes

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

#17294f Text Font Color

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

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


#17294f Background Color

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

This div background color is #17294f


#17294f Border Color

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

This div border color is #17294f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17294f


Comments

No comments written yet.

Please login to write comment.