Color Hex Logo

#132579 Color Hex

#132579
(19,37,121)
0 Favorites   0 Comments

Color spaces of #132579

RGB 1937121
HSL0.640.730.27
HSV229°84°47°
CMYK 0.840.690.00   0.53
XYZ4.38132.842118.4068
Yxy2.84210.17090.1109
Hunter Lab16.858516.8873-52.9342
CIE-Lab19.400126.6905-49.5520

#132579 color RGB value is (19,37,121).

#132579 hex color red value is 19, green value is 37 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #132579 hue: 0.64 , saturation: 0.73 and the lightness value of 132579 is 0.27.

The process color (four color CMYK) of #132579 color hex is 0.84, 0.69, 0.00, 0.53. Web safe color of #132579 is #003366. Color #132579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100101 01111001
Octal 23 45 171
Decimal 19 37 121
Hex 13 25 79

RGB Percentages of Color #132579

%10.73
%20.90
%68.36

CMYK Percentages of Color #132579

%84
%69
%0
%53

Triadic Colors of #132579

#132579 #791325 #257913

Analogous Colors of #132579

#132579 #341379 #135879

Monochromatic Colors of #132579

#132579

Complementary Color

#132579 #796713

#132579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132579 Color CSS Codes

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

#132579 Text Font Color

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

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


#132579 Background Color

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

This div background color is #132579


#132579 Border Color

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

This div border color is #132579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132579


Comments

No comments written yet.

Please login to write comment.