Color Hex Logo

#132493 Color Hex

#132493
(19,36,147)
0 Favorites   0 Comments

Color spaces of #132493

RGB 1936147
HSL0.640.770.33
HSV232°87°58°
CMYK 0.870.760.00   0.42
XYZ6.16593.506827.9557
Yxy3.50680.16390.0932
Hunter Lab18.726526.0019-75.4023
CIE-Lab21.968937.2452-61.6523

#132493 color RGB value is (19,36,147).

#132493 hex color red value is 19, green value is 36 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #132493 hue: 0.64 , saturation: 0.77 and the lightness value of 132493 is 0.33.

The process color (four color CMYK) of #132493 color hex is 0.87, 0.76, 0.00, 0.42. Web safe color of #132493 is #003399. Color #132493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100100 10010011
Octal 23 44 223
Decimal 19 36 147
Hex 13 24 93

RGB Percentages of Color #132493

%9.41
%17.82
%72.77

CMYK Percentages of Color #132493

%87
%76
%0
%42

Triadic Colors of #132493

#132493 #931324 #249313

Analogous Colors of #132493

#132493 #421393 #136493

Monochromatic Colors of #132493

#132493

Complementary Color

#132493 #938213

#132493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132493 Color CSS Codes

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

#132493 Text Font Color

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

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


#132493 Background Color

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

This div background color is #132493


#132493 Border Color

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

This div border color is #132493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132493


Comments

No comments written yet.

Please login to write comment.