Color Hex Logo

#130519 Color Hex

#130519
(19,5,25)
0 Favorites   0 Comments

Color spaces of #130519

RGB 19525
HSL0.780.670.06
HSV282°80°10°
CMYK 0.240.800.00   0.90
XYZ0.49830.31720.9547
Yxy0.31720.28150.1792
Hunter Lab5.63215.9368-6.1079
CIE-Lab2.86528.0622-8.7154

#130519 color RGB value is (19,5,25).

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

The process color (four color CMYK) of #130519 color hex is 0.24, 0.80, 0.00, 0.90. Web safe color of #130519 is #000000. Color #130519 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 00011001
Octal 23 5 31
Decimal 19 5 25
Hex 13 5 19

RGB Percentages of Color #130519

%38.78
%10.20
%51.02

CMYK Percentages of Color #130519

%24
%80
%0
%90

Triadic Colors of #130519

#130519 #191305 #051913

Analogous Colors of #130519

#130519 #190515 #090519

Monochromatic Colors of #130519

#130519

Complementary Color

#130519 #0b1905

#130519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130519 Color CSS Codes

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

#130519 Text Font Color

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

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


#130519 Background Color

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

This div background color is #130519


#130519 Border Color

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

This div border color is #130519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130519


Comments

No comments written yet.

Please login to write comment.