Color Hex Logo

#130a4e Color Hex

#130A4E
(19,10,78)
0 Favorites   0 Comments

Color spaces of #130a4e

RGB 191078
HSL0.690.770.17
HSV248°87°31°
CMYK 0.760.870.00   0.69
XYZ1.75220.90567.2902
Yxy0.90560.17610.0910
Hunter Lab9.516316.2130-38.7592
CIE-Lab8.178927.8650-39.5248

#130a4e color RGB value is (19,10,78).

#130a4e hex color red value is 19, green value is 10 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #130a4e hue: 0.69 , saturation: 0.77 and the lightness value of 130a4e is 0.17.

The process color (four color CMYK) of #130a4e color hex is 0.76, 0.87, 0.00, 0.69. Web safe color of #130a4e is #000066. Color #130a4e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001010 01001110
Octal 23 12 116
Decimal 19 10 78
Hex 13 A 4E

RGB Percentages of Color #130a4e

%17.76
%9.35
%72.90

CMYK Percentages of Color #130a4e

%76
%87
%0
%69

Triadic Colors of #130a4e

#130a4e #4e130a #0a4e13

Analogous Colors of #130a4e

#130a4e #350a4e #0a234e

Monochromatic Colors of #130a4e

#130a4e

Complementary Color

#130a4e #454e0a

#130a4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130a4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#130a4e Color CSS Codes

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

#130a4e Text Font Color

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

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


#130a4e Background Color

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

This div background color is #130a4e


#130a4e Border Color

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

This div border color is #130a4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,10,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #130a4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #130a4e;
  -webkit-box-shadow: 1px 1px 3px 2px #130a4e;
  box-shadow:         1px 1px 3px 2px #130a4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130a4e

#130a4e Color Palettes


Comments

No comments written yet.

Please login to write comment.