Color Hex Logo

#131dae Color Hex

#131DAE
(19,29,174)
0 Favorites   0 Comments

Color spaces of #131dae

RGB 1929174
HSL0.660.800.38
HSV236°89°68°
CMYK 0.890.830.00   0.32
XYZ8.34794.073240.3906
Yxy4.07320.15810.0771
Hunter Lab20.182238.5137-104.5296
CIE-Lab23.912050.2196-74.8906

#131dae color RGB value is (19,29,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011101 10101110
Octal 23 35 256
Decimal 19 29 174
Hex 13 1D AE

RGB Percentages of Color #131dae

%8.56
%13.06
%78.38

CMYK Percentages of Color #131dae

%89
%83
%0
%32

Triadic Colors of #131dae

#131dae #ae131d #1dae13

Analogous Colors of #131dae

#131dae #5613ae #136bae

Monochromatic Colors of #131dae

#131dae

Complementary Color

#131dae #aea413

#131dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#131dae Color CSS Codes

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

#131dae Text Font Color

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

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


#131dae Background Color

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

This div background color is #131dae


#131dae Border Color

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

This div border color is #131dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131dae


Comments

No comments written yet.

Please login to write comment.