Color Hex Logo

#1337cd Color Hex

#1337CD
(19,55,205)
0 Favorites   0 Comments

Color spaces of #1337cd

RGB 1955205
HSL0.630.830.44
HSV228°91°80°
CMYK 0.910.730.00   0.20
XYZ12.65427.278658.4956
Yxy7.27860.16130.0928
Hunter Lab26.978936.5108-109.6673
CIE-Lab32.432946.5480-79.0814

#1337cd color RGB value is (19,55,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110111 11001101
Octal 23 67 315
Decimal 19 55 205
Hex 13 37 CD

RGB Percentages of Color #1337cd

%6.81
%19.71
%73.48

CMYK Percentages of Color #1337cd

%91
%73
%0
%20

Triadic Colors of #1337cd

#1337cd #cd1337 #37cd13

Analogous Colors of #1337cd

#1337cd #4c13cd #1394cd

Monochromatic Colors of #1337cd

#1337cd

Complementary Color

#1337cd #cda913

#1337cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1337cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1337cd Color CSS Codes

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

#1337cd Text Font Color

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

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


#1337cd Background Color

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

This div background color is #1337cd


#1337cd Border Color

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

This div border color is #1337cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,55,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 #1337cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1337cd


Comments

No comments written yet.

Please login to write comment.