Color Hex Logo

#131290 Color Hex

#131290
(19,18,144)
0 Favorites   0 Comments

Color spaces of #131290

RGB 1918144
HSL0.670.780.32
HSV240°88°56°
CMYK 0.870.880.00   0.44
XYZ5.51892.584726.5936
Yxy2.58470.15910.0745
Hunter Lab16.077033.1406-86.8200
CIE-Lab18.297445.7824-65.8835

#131290 color RGB value is (19,18,144).

#131290 hex color red value is 19, green value is 18 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #131290 hue: 0.67 , saturation: 0.78 and the lightness value of 131290 is 0.32.

The process color (four color CMYK) of #131290 color hex is 0.87, 0.88, 0.00, 0.44. Web safe color of #131290 is #000099. Color #131290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010010 10010000
Octal 23 22 220
Decimal 19 18 144
Hex 13 12 90

RGB Percentages of Color #131290

%10.50
%9.94
%79.56

CMYK Percentages of Color #131290

%87
%88
%0
%44

Triadic Colors of #131290

#131290 #901312 #129013

Analogous Colors of #131290

#131290 #521290 #125090

Monochromatic Colors of #131290

#131290

Complementary Color

#131290 #8f9012

#131290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131290 Color CSS Codes

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

#131290 Text Font Color

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

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


#131290 Background Color

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

This div background color is #131290


#131290 Border Color

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

This div border color is #131290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131290


Comments

No comments written yet.

Please login to write comment.