Color Hex Logo

#130516 Color Hex

#130516
(19,5,22)
0 Favorites   0 Comments

Color spaces of #130516

RGB 19522
HSL0.800.630.05
HSV289°77°
CMYK 0.140.770.00   0.91
XYZ0.46760.30490.7933
Yxy0.30490.29860.1947
Hunter Lab5.52185.4528-4.6528
CIE-Lab2.75417.2835-6.5984

#130516 color RGB value is (19,5,22).

#130516 hex color red value is 19, green value is 5 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #130516 hue: 0.80 , saturation: 0.63 and the lightness value of 130516 is 0.05.

The process color (four color CMYK) of #130516 color hex is 0.14, 0.77, 0.00, 0.91. Web safe color of #130516 is #000000. Color #130516 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000101 00010110
Octal 23 5 26
Decimal 19 5 22
Hex 13 5 16

RGB Percentages of Color #130516

%41.30
%10.87
%47.83

CMYK Percentages of Color #130516

%14
%77
%0
%91

Triadic Colors of #130516

#130516 #161305 #051613

Analogous Colors of #130516

#130516 #160511 #0b0516

Monochromatic Colors of #130516

#130516

Complementary Color

#130516 #081605

#130516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130516 Color CSS Codes

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

#130516 Text Font Color

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

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


#130516 Background Color

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

This div background color is #130516


#130516 Border Color

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

This div border color is #130516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130516


Comments

No comments written yet.

Please login to write comment.