Color Hex Logo

#130596 Color Hex

#130596
(19,5,150)
0 Favorites   0 Comments

Color spaces of #130596

RGB 195150
HSL0.680.940.30
HSV246°97°59°
CMYK 0.870.970.00   0.41
XYZ5.82792.449029.0197
Yxy2.44900.15630.0657
Hunter Lab15.649339.0884-98.9916
CIE-Lab17.686451.9642-70.6287

#130596 color RGB value is (19,5,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 10010110
Octal 23 5 226
Decimal 19 5 150
Hex 13 5 96

RGB Percentages of Color #130596

%10.92
%2.87
%86.21

CMYK Percentages of Color #130596

%87
%97
%0
%41

Triadic Colors of #130596

#130596 #961305 #059613

Analogous Colors of #130596

#130596 #5b0596 #054096

Monochromatic Colors of #130596

#130596

Complementary Color

#130596 #889605

#130596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130596 Color CSS Codes

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

#130596 Text Font Color

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

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


#130596 Background Color

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

This div background color is #130596


#130596 Border Color

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

This div border color is #130596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130596


Comments

No comments written yet.

Please login to write comment.