Color Hex Logo

#130aaa Color Hex

#130AAA
(19,10,170)
0 Favorites   0 Comments

Color spaces of #130aaa

RGB 1910170
HSL0.680.890.35
HSV243°94°67°
CMYK 0.890.940.00   0.33
XYZ7.63283.257838.2567
Yxy3.25780.15530.0663
Hunter Lab18.049443.8985-113.0340
CIE-Lab21.048156.0272-77.2517

#130aaa color RGB value is (19,10,170).

#130aaa hex color red value is 19, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #130aaa hue: 0.68 , saturation: 0.89 and the lightness value of 130aaa is 0.35.

The process color (four color CMYK) of #130aaa color hex is 0.89, 0.94, 0.00, 0.33. Web safe color of #130aaa is #000099. Color #130aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001010 10101010
Octal 23 12 252
Decimal 19 10 170
Hex 13 A AA

RGB Percentages of Color #130aaa

%9.55
%5.03
%85.43

CMYK Percentages of Color #130aaa

%89
%94
%0
%33

Triadic Colors of #130aaa

#130aaa #aa130a #0aaa13

Analogous Colors of #130aaa

#130aaa #630aaa #0a51aa

Monochromatic Colors of #130aaa

#130aaa

Complementary Color

#130aaa #a1aa0a

#130aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#130aaa Color CSS Codes

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

#130aaa Text Font Color

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

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


#130aaa Background Color

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

This div background color is #130aaa


#130aaa Border Color

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

This div border color is #130aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130aaa


Comments

No comments written yet.

Please login to write comment.