Color Hex Logo

#131986 Color Hex

#131986
(19,25,134)
0 Favorites   0 Comments

Color spaces of #131986

RGB 1925134
HSL0.660.750.30
HSV237°86°53°
CMYK 0.860.810.00   0.47
XYZ4.91932.554922.7881
Yxy2.55490.16260.0844
Hunter Lab15.984126.9636-73.3396
CIE-Lab18.165139.0705-59.8389

#131986 color RGB value is (19,25,134).

#131986 hex color red value is 19, green value is 25 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #131986 hue: 0.66 , saturation: 0.75 and the lightness value of 131986 is 0.30.

The process color (four color CMYK) of #131986 color hex is 0.86, 0.81, 0.00, 0.47. Web safe color of #131986 is #000099. Color #131986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011001 10000110
Octal 23 31 206
Decimal 19 25 134
Hex 13 19 86

RGB Percentages of Color #131986

%10.67
%14.04
%75.28

CMYK Percentages of Color #131986

%86
%81
%0
%47

Triadic Colors of #131986

#131986 #861319 #198613

Analogous Colors of #131986

#131986 #471386 #135386

Monochromatic Colors of #131986

#131986

Complementary Color

#131986 #868013

#131986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131986 Color CSS Codes

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

#131986 Text Font Color

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

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


#131986 Background Color

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

This div background color is #131986


#131986 Border Color

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

This div border color is #131986


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,25,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131986; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131986;
  -webkit-box-shadow: 1px 1px 3px 2px #131986;
  box-shadow:         1px 1px 3px 2px #131986; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131986


Comments

No comments written yet.

Please login to write comment.