Color Hex Logo

#131ea1 Color Hex

#131EA1
(19,30,161)
0 Favorites   0 Comments

Color spaces of #131ea1

RGB 1930161
HSL0.650.790.35
HSV235°88°63°
CMYK 0.880.810.00   0.37
XYZ7.16593.640234.0432
Yxy3.64020.15980.0812
Hunter Lab19.079333.6531-92.4356
CIE-Lab22.444445.5174-69.4604

#131ea1 color RGB value is (19,30,161).

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

The process color (four color CMYK) of #131ea1 color hex is 0.88, 0.81, 0.00, 0.37. Web safe color of #131ea1 is #003399. Color #131ea1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 10100001
Octal 23 36 241
Decimal 19 30 161
Hex 13 1E A1

RGB Percentages of Color #131ea1

%9.05
%14.29
%76.67

CMYK Percentages of Color #131ea1

%88
%81
%0
%37

Triadic Colors of #131ea1

#131ea1 #a1131e #1ea113

Analogous Colors of #131ea1

#131ea1 #4f13a1 #1365a1

Monochromatic Colors of #131ea1

#131ea1

Complementary Color

#131ea1 #a19613

#131ea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131ea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131ea1 Color CSS Codes

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

#131ea1 Text Font Color

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

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


#131ea1 Background Color

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

This div background color is #131ea1


#131ea1 Border Color

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

This div border color is #131ea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131ea1


Comments

No comments written yet.

Please login to write comment.