Color Hex Logo

#131faa Color Hex

#131FAA
(19,31,170)
0 Favorites   0 Comments

Color spaces of #131faa

RGB 1931170
HSL0.650.800.37
HSV235°89°67°
CMYK 0.890.820.00   0.33
XYZ8.01424.020738.3839
Yxy4.02070.15900.0797
Hunter Lab20.051736.2519-99.4596
CIE-Lab23.739847.9601-72.7672

#131faa color RGB value is (19,31,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011111 10101010
Octal 23 37 252
Decimal 19 31 170
Hex 13 1F AA

RGB Percentages of Color #131faa

%8.64
%14.09
%77.27

CMYK Percentages of Color #131faa

%89
%82
%0
%33

Triadic Colors of #131faa

#131faa #aa131f #1faa13

Analogous Colors of #131faa

#131faa #5313aa #136baa

Monochromatic Colors of #131faa

#131faa

Complementary Color

#131faa #aa9e13

#131faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#131faa Color CSS Codes

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

#131faa Text Font Color

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

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


#131faa Background Color

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

This div background color is #131faa


#131faa Border Color

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

This div border color is #131faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131faa


Comments

No comments written yet.

Please login to write comment.