Color Hex Logo

#13415c Color Hex

#13415C
(19,65,92)
0 Favorites   0 Comments

Color spaces of #13415c

RGB 196592
HSL0.560.660.22
HSV202°79°36°
CMYK 0.790.290.00   0.64
XYZ4.09064.691710.8152
Yxy4.69170.20870.2394
Hunter Lab21.6603-4.1955-14.4418
CIE-Lab25.8377-5.1140-20.4896

#13415c color RGB value is (19,65,92).

#13415c hex color red value is 19, green value is 65 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #13415c hue: 0.56 , saturation: 0.66 and the lightness value of 13415c is 0.22.

The process color (four color CMYK) of #13415c color hex is 0.79, 0.29, 0.00, 0.64. Web safe color of #13415c is #003366. Color #13415c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000001 01011100
Octal 23 101 134
Decimal 19 65 92
Hex 13 41 5C

RGB Percentages of Color #13415c

%10.80
%36.93
%52.27

CMYK Percentages of Color #13415c

%79
%29
%0
%64

Triadic Colors of #13415c

#13415c #5c1341 #415c13

Analogous Colors of #13415c

#13415c #131d5c #135c53

Monochromatic Colors of #13415c

#13415c

Complementary Color

#13415c #5c2e13

#13415c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13415c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13415c Color CSS Codes

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

#13415c Text Font Color

<p style="color:#13415c">Text here</p>

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


#13415c Background Color

<div style="background-color:#13415c">
Div content here</div>

This div background color is #13415c


#13415c Border Color

<div style="border:3px solid #13415c">
Div here</div>

This div border color is #13415c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,65,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13415c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13415c;
  -webkit-box-shadow: 1px 1px 3px 2px #13415c;
  box-shadow:         1px 1px 3px 2px #13415c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13415c


Comments

No comments written yet.

Please login to write comment.