Color Hex Logo

#131eac Color Hex

#131EAC
(19,30,172)
0 Favorites   0 Comments

Color spaces of #131eac

RGB 1930172
HSL0.650.800.37
HSV236°89°67°
CMYK 0.890.830.00   0.33
XYZ8.17924.045639.3795
Yxy4.04560.15850.0784
Hunter Lab20.113737.3879-102.0012
CIE-Lab23.821649.1017-73.8372

#131eac color RGB value is (19,30,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011110 10101100
Octal 23 36 254
Decimal 19 30 172
Hex 13 1E AC

RGB Percentages of Color #131eac

%8.60
%13.57
%77.83

CMYK Percentages of Color #131eac

%89
%83
%0
%33

Triadic Colors of #131eac

#131eac #ac131e #1eac13

Analogous Colors of #131eac

#131eac #5513ac #136bac

Monochromatic Colors of #131eac

#131eac

Complementary Color

#131eac #aca113

#131eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#131eac Color CSS Codes

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

#131eac Text Font Color

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

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


#131eac Background Color

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

This div background color is #131eac


#131eac Border Color

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

This div border color is #131eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131eac


Comments

No comments written yet.

Please login to write comment.