Color Hex Logo

#130629 Color Hex

#130629
(19,6,41)
0 Favorites   0 Comments

Color spaces of #130629

RGB 19641
HSL0.730.740.09
HSV262°85°16°
CMYK 0.540.850.00   0.84
XYZ0.73390.42882.1419
Yxy0.42880.22210.1298
Hunter Lab6.54838.5459-14.8096
CIE-Lab3.873313.3681-19.7252

#130629 color RGB value is (19,6,41).

#130629 hex color red value is 19, green value is 6 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #130629 hue: 0.73 , saturation: 0.74 and the lightness value of 130629 is 0.09.

The process color (four color CMYK) of #130629 color hex is 0.54, 0.85, 0.00, 0.84. Web safe color of #130629 is #000033. Color #130629 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000110 00101001
Octal 23 6 51
Decimal 19 6 41
Hex 13 6 29

RGB Percentages of Color #130629

%28.79
%9.09
%62.12

CMYK Percentages of Color #130629

%54
%85
%0
%84

Triadic Colors of #130629

#130629 #291306 #062913

Analogous Colors of #130629

#130629 #240629 #060b29

Monochromatic Colors of #130629

#130629

Complementary Color

#130629 #1c2906

#130629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130629 Color CSS Codes

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

#130629 Text Font Color

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

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


#130629 Background Color

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

This div background color is #130629


#130629 Border Color

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

This div border color is #130629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130629


Comments

No comments written yet.

Please login to write comment.