Color Hex Logo

#1317af Color Hex

#1317AF
(19,23,175)
0 Favorites   0 Comments

Color spaces of #1317af

RGB 1923175
HSL0.660.800.38
HSV238°89°69°
CMYK 0.890.870.00   0.31
XYZ8.31283.846440.8617
Yxy3.84640.15680.0725
Hunter Lab19.612241.3372-109.8009
CIE-Lab23.157053.1619-76.7489

#1317af color RGB value is (19,23,175).

#1317af hex color red value is 19, green value is 23 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1317af hue: 0.66 , saturation: 0.80 and the lightness value of 1317af is 0.38.

The process color (four color CMYK) of #1317af color hex is 0.89, 0.87, 0.00, 0.31. Web safe color of #1317af is #000099. Color #1317af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010111 10101111
Octal 23 27 257
Decimal 19 23 175
Hex 13 17 AF

RGB Percentages of Color #1317af

%8.76
%10.60
%80.65

CMYK Percentages of Color #1317af

%89
%87
%0
%31

Triadic Colors of #1317af

#1317af #af1317 #17af13

Analogous Colors of #1317af

#1317af #5d13af #1365af

Monochromatic Colors of #1317af

#1317af

Complementary Color

#1317af #afab13

#1317af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1317af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1317af Color CSS Codes

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

#1317af Text Font Color

<p style="color:#1317af">Text here</p>

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


#1317af Background Color

<div style="background-color:#1317af">
Div content here</div>

This div background color is #1317af


#1317af Border Color

<div style="border:3px solid #1317af">
Div here</div>

This div border color is #1317af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,23,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1317af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1317af;
  -webkit-box-shadow: 1px 1px 3px 2px #1317af;
  box-shadow:         1px 1px 3px 2px #1317af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1317af


Comments

No comments written yet.

Please login to write comment.