Color Hex Logo

#130590 Color Hex

#130590
(19,5,144)
0 Favorites   0 Comments

Color spaces of #130590

RGB 195144
HSL0.680.930.29
HSV246°97°56°
CMYK 0.870.970.00   0.44
XYZ5.35692.260626.5396
Yxy2.26060.15680.0662
Hunter Lab15.035337.2857-94.1313
CIE-Lab16.799450.3260-68.3816

#130590 color RGB value is (19,5,144).

#130590 hex color red value is 19, green value is 5 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #130590 hue: 0.68 , saturation: 0.93 and the lightness value of 130590 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 10010000
Octal 23 5 220
Decimal 19 5 144
Hex 13 5 90

RGB Percentages of Color #130590

%11.31
%2.98
%85.71

CMYK Percentages of Color #130590

%87
%97
%0
%44

Triadic Colors of #130590

#130590 #901305 #059013

Analogous Colors of #130590

#130590 #590590 #053c90

Monochromatic Colors of #130590

#130590

Complementary Color

#130590 #829005

#130590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130590 Color CSS Codes

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

#130590 Text Font Color

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

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


#130590 Background Color

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

This div background color is #130590


#130590 Border Color

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

This div border color is #130590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130590


Comments

No comments written yet.

Please login to write comment.