Color Hex Logo

#1391cd Color Hex

#1391CD
(19,145,205)
0 Favorites   0 Comments

Color spaces of #1391cd

RGB 19145205
HSL0.550.830.44
HSV199°91°80°
CMYK 0.910.290.00   0.20
XYZ21.413424.797061.4153
Yxy24.79700.19900.2304
Hunter Lab49.7966-10.3859-38.2661
CIE-Lab56.8771-9.8835-39.5976

#1391cd color RGB value is (19,145,205).

#1391cd hex color red value is 19, green value is 145 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1391cd hue: 0.55 , saturation: 0.83 and the lightness value of 1391cd is 0.44.

The process color (four color CMYK) of #1391cd color hex is 0.91, 0.29, 0.00, 0.20. Web safe color of #1391cd is #0099cc. Color #1391cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10010001 11001101
Octal 23 221 315
Decimal 19 145 205
Hex 13 91 CD

RGB Percentages of Color #1391cd

%5.15
%39.30
%55.56

CMYK Percentages of Color #1391cd

%91
%29
%0
%20

Triadic Colors of #1391cd

#1391cd #cd1391 #91cd13

Analogous Colors of #1391cd

#1391cd #1334cd #13cdac

Monochromatic Colors of #1391cd

#1391cd

Complementary Color

#1391cd #cd4f13

#1391cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1391cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1391cd Color CSS Codes

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

#1391cd Text Font Color

<p style="color:#1391cd">Text here</p>

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


#1391cd Background Color

<div style="background-color:#1391cd">
Div content here</div>

This div background color is #1391cd


#1391cd Border Color

<div style="border:3px solid #1391cd">
Div here</div>

This div border color is #1391cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,145,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1391cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1391cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1391cd;
  box-shadow:         1px 1px 3px 2px #1391cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1391cd


Comments

No comments written yet.

Please login to write comment.