Color Hex Logo

#17196a Color Hex

#17196A
(23,25,106)
0 Favorites   0 Comments

Color spaces of #17196a

RGB 2325106
HSL0.660.640.25
HSV239°78°42°
CMYK 0.780.760.00   0.58
XYZ3.30251.918013.8318
Yxy1.91800.17330.1007
Hunter Lab13.849218.3293-49.5211
CIE-Lab15.050929.3166-47.0033

#17196a color RGB value is (23,25,106).

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

The process color (four color CMYK) of #17196a color hex is 0.78, 0.76, 0.00, 0.58. Web safe color of #17196a is #000066. Color #17196a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00011001 01101010
Octal 27 31 152
Decimal 23 25 106
Hex 17 19 6A

RGB Percentages of Color #17196a

%14.94
%16.23
%68.83

CMYK Percentages of Color #17196a

%78
%76
%0
%58

Triadic Colors of #17196a

#17196a #6a1719 #196a17

Analogous Colors of #17196a

#17196a #3f176a #17426a

Monochromatic Colors of #17196a

#17196a

Complementary Color

#17196a #6a6817

#17196a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#17196a Color Preview on White Background

Lorem ipsum dolor sit amet.

#17196a Color CSS Codes

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

#17196a Text Font Color

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

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


#17196a Background Color

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

This div background color is #17196a


#17196a Border Color

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

This div border color is #17196a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #17196a


Comments

No comments written yet.

Please login to write comment.