Color Hex Logo

#131eab Color Hex

#131EAB
(19,30,171)
0 Favorites   0 Comments

Color spaces of #131eab

RGB 1930171
HSL0.650.800.37
HSV236°89°67°
CMYK 0.890.820.00   0.33
XYZ8.08354.007338.8755
Yxy4.00730.15860.0786
Hunter Lab20.018237.0476-101.1286
CIE-Lab23.695648.7808-73.4440

#131eab color RGB value is (19,30,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 10101011
Octal 23 36 253
Decimal 19 30 171
Hex 13 1E AB

RGB Percentages of Color #131eab

%8.64
%13.64
%77.73

CMYK Percentages of Color #131eab

%89
%82
%0
%33

Triadic Colors of #131eab

#131eab #ab131e #1eab13

Analogous Colors of #131eab

#131eab #5413ab #136aab

Monochromatic Colors of #131eab

#131eab

Complementary Color

#131eab #aba013

#131eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#131eab Color CSS Codes

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

#131eab Text Font Color

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

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


#131eab Background Color

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

This div background color is #131eab


#131eab Border Color

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

This div border color is #131eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131eab


Comments

No comments written yet.

Please login to write comment.