Color Hex Logo

#131289 Color Hex

#131289
(19,18,137)
0 Favorites   0 Comments

Color spaces of #131289

RGB 1918137
HSL0.670.770.30
HSV241°87°54°
CMYK 0.860.870.00   0.46
XYZ5.00022.377223.8622
Yxy2.37720.16010.0761
Hunter Lab15.418230.9068-80.9685
CIE-Lab17.353943.5829-63.0746

#131289 color RGB value is (19,18,137).

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

The process color (four color CMYK) of #131289 color hex is 0.86, 0.87, 0.00, 0.46. Web safe color of #131289 is #000099. Color #131289 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00010010 10001001
Octal 23 22 211
Decimal 19 18 137
Hex 13 12 89

RGB Percentages of Color #131289

%10.92
%10.34
%78.74

CMYK Percentages of Color #131289

%86
%87
%0
%46

Triadic Colors of #131289

#131289 #891312 #128913

Analogous Colors of #131289

#131289 #4e1289 #124d89

Monochromatic Colors of #131289

#131289

Complementary Color

#131289 #888912

#131289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#131289 Color CSS Codes

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

#131289 Text Font Color

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

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


#131289 Background Color

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

This div background color is #131289


#131289 Border Color

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

This div border color is #131289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131289


Comments

No comments written yet.

Please login to write comment.