Color Hex Logo

#132584 Color Hex

#132584
(19,37,132)
0 Favorites   0 Comments

Color spaces of #132584

RGB 1937132
HSL0.640.750.30
HSV230°86°52°
CMYK 0.860.720.00   0.48
XYZ5.09503.127522.1649
Yxy3.12750.16770.1029
Hunter Lab17.684720.4778-61.9309
CIE-Lab20.547530.9942-54.6389

#132584 color RGB value is (19,37,132).

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

The process color (four color CMYK) of #132584 color hex is 0.86, 0.72, 0.00, 0.48. Web safe color of #132584 is #003399. Color #132584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100101 10000100
Octal 23 45 204
Decimal 19 37 132
Hex 13 25 84

RGB Percentages of Color #132584

%10.11
%19.68
%70.21

CMYK Percentages of Color #132584

%86
%72
%0
%48

Triadic Colors of #132584

#132584 #841325 #258413

Analogous Colors of #132584

#132584 #391384 #135e84

Monochromatic Colors of #132584

#132584

Complementary Color

#132584 #847213

#132584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#132584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#132584 Color CSS Codes

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

#132584 Text Font Color

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

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


#132584 Background Color

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

This div background color is #132584


#132584 Border Color

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

This div border color is #132584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #132584


Comments

No comments written yet.

Please login to write comment.