Color Hex Logo

#13357e Color Hex

#13357E
(19,53,126)
0 Favorites   0 Comments

Color spaces of #13357e

RGB 1953126
HSL0.610.740.28
HSV221°85°49°
CMYK 0.850.580.00   0.51
XYZ5.30764.191020.2679
Yxy4.19100.17830.1408
Hunter Lab20.471910.4524-44.3687
CIE-Lab24.293117.4358-44.7239

#13357e color RGB value is (19,53,126).

#13357e hex color red value is 19, green value is 53 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #13357e hue: 0.61 , saturation: 0.74 and the lightness value of 13357e is 0.28.

The process color (four color CMYK) of #13357e color hex is 0.85, 0.58, 0.00, 0.51. Web safe color of #13357e is #003366. Color #13357e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110101 01111110
Octal 23 65 176
Decimal 19 53 126
Hex 13 35 7E

RGB Percentages of Color #13357e

%9.60
%26.77
%63.64

CMYK Percentages of Color #13357e

%85
%58
%0
%51

Triadic Colors of #13357e

#13357e #7e1335 #357e13

Analogous Colors of #13357e

#13357e #26137e #136b7e

Monochromatic Colors of #13357e

#13357e

Complementary Color

#13357e #7e5c13

#13357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13357e Color CSS Codes

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

#13357e Text Font Color

<p style="color:#13357e">Text here</p>

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


#13357e Background Color

<div style="background-color:#13357e">
Div content here</div>

This div background color is #13357e


#13357e Border Color

<div style="border:3px solid #13357e">
Div here</div>

This div border color is #13357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13357e


Comments

No comments written yet.

Please login to write comment.