Color Hex Logo

#131aac Color Hex

#131AAC
(19,26,172)
0 Favorites   0 Comments

Color spaces of #131aac

RGB 1926172
HSL0.660.800.37
HSV237°89°67°
CMYK 0.890.850.00   0.33
XYZ8.08433.855839.3479
Yxy3.85580.15760.0752
Hunter Lab19.636239.1258-105.0627
CIE-Lab23.188950.9720-74.8900

#131aac color RGB value is (19,26,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011010 10101100
Octal 23 32 254
Decimal 19 26 172
Hex 13 1A AC

RGB Percentages of Color #131aac

%8.76
%11.98
%79.26

CMYK Percentages of Color #131aac

%89
%85
%0
%33

Triadic Colors of #131aac

#131aac #ac131a #1aac13

Analogous Colors of #131aac

#131aac #5813ac #1367ac

Monochromatic Colors of #131aac

#131aac

Complementary Color

#131aac #aca513

#131aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#131aac Color CSS Codes

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

#131aac Text Font Color

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

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


#131aac Background Color

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

This div background color is #131aac


#131aac Border Color

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

This div border color is #131aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131aac


Comments

No comments written yet.

Please login to write comment.