Color Hex Logo

#13397d Color Hex

#13397D
(19,57,125)
0 Favorites   0 Comments

Color spaces of #13397d

RGB 1957125
HSL0.610.740.28
HSV218°85°49°
CMYK 0.850.540.00   0.51
XYZ5.43344.545419.9930
Yxy4.54540.18130.1517
Hunter Lab21.31998.1809-40.6759
CIE-Lab25.398314.1703-42.2998

#13397d color RGB value is (19,57,125).

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

The process color (four color CMYK) of #13397d color hex is 0.85, 0.54, 0.00, 0.51. Web safe color of #13397d is #003366. Color #13397d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 01111101
Octal 23 71 175
Decimal 19 57 125
Hex 13 39 7D

RGB Percentages of Color #13397d

%9.45
%28.36
%62.19

CMYK Percentages of Color #13397d

%85
%54
%0
%51

Triadic Colors of #13397d

#13397d #7d1339 #397d13

Analogous Colors of #13397d

#13397d #22137d #136e7d

Monochromatic Colors of #13397d

#13397d

Complementary Color

#13397d #7d5713

#13397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13397d Color CSS Codes

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

#13397d Text Font Color

<p style="color:#13397d">Text here</p>

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


#13397d Background Color

<div style="background-color:#13397d">
Div content here</div>

This div background color is #13397d


#13397d Border Color

<div style="border:3px solid #13397d">
Div here</div>

This div border color is #13397d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,57,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13397d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13397d;
  -webkit-box-shadow: 1px 1px 3px 2px #13397d;
  box-shadow:         1px 1px 3px 2px #13397d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13397d


Comments

No comments written yet.

Please login to write comment.