Color Hex Logo

#131dac Color Hex

#131DAC
(19,29,172)
0 Favorites   0 Comments

Color spaces of #131dac

RGB 1929172
HSL0.660.800.37
HSV236°89°67°
CMYK 0.890.830.00   0.33
XYZ8.15433.995739.3712
Yxy3.99570.15830.0776
Hunter Lab19.989237.8351-102.7862
CIE-Lab23.657249.5861-74.1106

#131dac color RGB value is (19,29,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011101 10101100
Octal 23 35 254
Decimal 19 29 172
Hex 13 1D AC

RGB Percentages of Color #131dac

%8.64
%13.18
%78.18

CMYK Percentages of Color #131dac

%89
%83
%0
%33

Triadic Colors of #131dac

#131dac #ac131d #1dac13

Analogous Colors of #131dac

#131dac #5513ac #136aac

Monochromatic Colors of #131dac

#131dac

Complementary Color

#131dac #aca213

#131dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#131dac Color CSS Codes

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

#131dac Text Font Color

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

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


#131dac Background Color

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

This div background color is #131dac


#131dac Border Color

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

This div border color is #131dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131dac


Comments

No comments written yet.

Please login to write comment.