Color Hex Logo

#13247c Color Hex

#13247C
(19,36,124)
0 Favorites   0 Comments

Color spaces of #13247c

RGB 1936124
HSL0.640.730.28
HSV230°85°49°
CMYK 0.850.710.00   0.51
XYZ4.53752.855419.3808
Yxy2.85540.16950.1066
Hunter Lab16.897918.3602-56.1731
CIE-Lab19.455228.5585-51.3741

#13247c color RGB value is (19,36,124).

#13247c hex color red value is 19, green value is 36 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #13247c hue: 0.64 , saturation: 0.73 and the lightness value of 13247c is 0.28.

The process color (four color CMYK) of #13247c color hex is 0.85, 0.71, 0.00, 0.51. Web safe color of #13247c is #003366. Color #13247c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100100 01111100
Octal 23 44 174
Decimal 19 36 124
Hex 13 24 7C

RGB Percentages of Color #13247c

%10.61
%20.11
%69.27

CMYK Percentages of Color #13247c

%85
%71
%0
%51

Triadic Colors of #13247c

#13247c #7c1324 #247c13

Analogous Colors of #13247c

#13247c #37137c #13597c

Monochromatic Colors of #13247c

#13247c

Complementary Color

#13247c #7c6b13

#13247c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13247c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13247c Color CSS Codes

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

#13247c Text Font Color

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

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


#13247c Background Color

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

This div background color is #13247c


#13247c Border Color

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

This div border color is #13247c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13247c


Comments

No comments written yet.

Please login to write comment.