Color Hex Logo

#131584 Color Hex

#131584
(19,21,132)
0 Favorites   0 Comments

Color spaces of #131584

RGB 1921132
HSL0.660.750.30
HSV239°86°52°
CMYK 0.860.840.00   0.48
XYZ4.70162.340722.0338
Yxy2.34070.16170.0805
Hunter Lab15.299328.0805-74.6787
CIE-Lab17.182340.5164-60.2085

#131584 color RGB value is (19,21,132).

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

The process color (four color CMYK) of #131584 color hex is 0.86, 0.84, 0.00, 0.48. Web safe color of #131584 is #000099. Color #131584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010101 10000100
Octal 23 25 204
Decimal 19 21 132
Hex 13 15 84

RGB Percentages of Color #131584

%11.05
%12.21
%76.74

CMYK Percentages of Color #131584

%86
%84
%0
%48

Triadic Colors of #131584

#131584 #841315 #158413

Analogous Colors of #131584

#131584 #491384 #134e84

Monochromatic Colors of #131584

#131584

Complementary Color

#131584 #848213

#131584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131584 Color CSS Codes

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

#131584 Text Font Color

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

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


#131584 Background Color

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

This div background color is #131584


#131584 Border Color

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

This div border color is #131584


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,21,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 #131584">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131584


Comments

No comments written yet.

Please login to write comment.