Color Hex Logo

#131eaa Color Hex

#131EAA
(19,30,170)
0 Favorites   0 Comments

Color spaces of #131eaa

RGB 1930170
HSL0.650.800.37
HSV236°89°67°
CMYK 0.890.820.00   0.33
XYZ7.98853.969338.3753
Yxy3.96930.15870.0789
Hunter Lab19.923136.7071-100.2565
CIE-Lab23.569748.4586-73.0499

#131eaa color RGB value is (19,30,170).

#131eaa hex color red value is 19, green value is 30 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #131eaa hue: 0.65 , saturation: 0.80 and the lightness value of 131eaa is 0.37.

The process color (four color CMYK) of #131eaa color hex is 0.89, 0.82, 0.00, 0.33. Web safe color of #131eaa is #003399. Color #131eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 10101010
Octal 23 36 252
Decimal 19 30 170
Hex 13 1E AA

RGB Percentages of Color #131eaa

%8.68
%13.70
%77.63

CMYK Percentages of Color #131eaa

%89
%82
%0
%33

Triadic Colors of #131eaa

#131eaa #aa131e #1eaa13

Analogous Colors of #131eaa

#131eaa #5413aa #136aaa

Monochromatic Colors of #131eaa

#131eaa

Complementary Color

#131eaa #aa9f13

#131eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#131eaa Color CSS Codes

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

#131eaa Text Font Color

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

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


#131eaa Background Color

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

This div background color is #131eaa


#131eaa Border Color

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

This div border color is #131eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,30,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #131eaa;
  box-shadow:         1px 1px 3px 2px #131eaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131eaa


Comments

No comments written yet.

Please login to write comment.