Color Hex Logo

#13359c Color Hex

#13359C
(19,53,156)
0 Favorites   0 Comments

Color spaces of #13359c

RGB 1953156
HSL0.630.780.34
HSV225°88°61°
CMYK 0.880.660.00   0.39
XYZ7.54245.085032.0365
Yxy5.08500.16890.1139
Hunter Lab22.549920.2414-68.4478
CIE-Lab26.975629.6229-58.9267

#13359c color RGB value is (19,53,156).

#13359c hex color red value is 19, green value is 53 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #13359c hue: 0.63 , saturation: 0.78 and the lightness value of 13359c is 0.34.

The process color (four color CMYK) of #13359c color hex is 0.88, 0.66, 0.00, 0.39. Web safe color of #13359c is #003399. Color #13359c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 10011100
Octal 23 65 234
Decimal 19 53 156
Hex 13 35 9C

RGB Percentages of Color #13359c

%8.33
%23.25
%68.42

CMYK Percentages of Color #13359c

%88
%66
%0
%39

Triadic Colors of #13359c

#13359c #9c1335 #359c13

Analogous Colors of #13359c

#13359c #35139c #137a9c

Monochromatic Colors of #13359c

#13359c

Complementary Color

#13359c #9c7a13

#13359c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13359c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13359c Color CSS Codes

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

#13359c Text Font Color

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

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


#13359c Background Color

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

This div background color is #13359c


#13359c Border Color

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

This div border color is #13359c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13359c


Comments

No comments written yet.

Please login to write comment.