Color Hex Logo

#130640 Color Hex

#130640
(19,6,64)
0 Favorites   0 Comments

Color spaces of #130640

RGB 19664
HSL0.700.830.14
HSV253°91°25°
CMYK 0.700.910.00   0.75
XYZ1.25910.63894.9074
Yxy0.63890.18500.0939
Hunter Lab7.993114.1299-30.8061
CIE-Lab5.771124.4660-33.6385

#130640 color RGB value is (19,6,64).

#130640 hex color red value is 19, green value is 6 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #130640 hue: 0.70 , saturation: 0.83 and the lightness value of 130640 is 0.14.

The process color (four color CMYK) of #130640 color hex is 0.70, 0.91, 0.00, 0.75. Web safe color of #130640 is #000033. Color #130640 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000110 01000000
Octal 23 6 100
Decimal 19 6 64
Hex 13 6 40

RGB Percentages of Color #130640

%21.35
%6.74
%71.91

CMYK Percentages of Color #130640

%70
%91
%0
%75

Triadic Colors of #130640

#130640 #401306 #064013

Analogous Colors of #130640

#130640 #300640 #061640

Monochromatic Colors of #130640

#130640

Complementary Color

#130640 #334006

#130640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130640 Color CSS Codes

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

#130640 Text Font Color

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

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


#130640 Background Color

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

This div background color is #130640


#130640 Border Color

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

This div border color is #130640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130640


Comments

No comments written yet.

Please login to write comment.