Color Hex Logo

#13396d Color Hex

#13396D
(19,57,109)
0 Favorites   0 Comments

Color spaces of #13396d

RGB 1957109
HSL0.600.700.25
HSV215°83°43°
CMYK 0.830.480.00   0.57
XYZ4.49204.168815.0359
Yxy4.16880.18960.1759
Hunter Lab20.41763.5402-29.3698
CIE-Lab24.22187.4046-34.0281

#13396d color RGB value is (19,57,109).

#13396d hex color red value is 19, green value is 57 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #13396d hue: 0.60 , saturation: 0.70 and the lightness value of 13396d is 0.25.

The process color (four color CMYK) of #13396d color hex is 0.83, 0.48, 0.00, 0.57. Web safe color of #13396d is #003366. Color #13396d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111001 01101101
Octal 23 71 155
Decimal 19 57 109
Hex 13 39 6D

RGB Percentages of Color #13396d

%10.27
%30.81
%58.92

CMYK Percentages of Color #13396d

%83
%48
%0
%57

Triadic Colors of #13396d

#13396d #6d1339 #396d13

Analogous Colors of #13396d

#13396d #1a136d #13666d

Monochromatic Colors of #13396d

#13396d

Complementary Color

#13396d #6d4713

#13396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13396d Color CSS Codes

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

#13396d Text Font Color

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

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


#13396d Background Color

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

This div background color is #13396d


#13396d Border Color

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

This div border color is #13396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13396d


Comments

No comments written yet.

Please login to write comment.