Color Hex Logo

#130aaf Color Hex

#130AAF
(19,10,175)
0 Favorites   0 Comments

Color spaces of #130aaf

RGB 1910175
HSL0.680.890.36
HSV243°94°69°
CMYK 0.890.940.00   0.31
XYZ8.11503.450740.7958
Yxy3.45070.15500.0659
Hunter Lab18.576145.4701-117.2064
CIE-Lab21.765457.3858-79.0706

#130aaf color RGB value is (19,10,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001010 10101111
Octal 23 12 257
Decimal 19 10 175
Hex 13 A AF

RGB Percentages of Color #130aaf

%9.31
%4.90
%85.78

CMYK Percentages of Color #130aaf

%89
%94
%0
%31

Triadic Colors of #130aaf

#130aaf #af130a #0aaf13

Analogous Colors of #130aaf

#130aaf #660aaf #0a54af

Monochromatic Colors of #130aaf

#130aaf

Complementary Color

#130aaf #a6af0a

#130aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#130aaf Color CSS Codes

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

#130aaf Text Font Color

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

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


#130aaf Background Color

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

This div background color is #130aaf


#130aaf Border Color

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

This div border color is #130aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130aaf


Comments

No comments written yet.

Please login to write comment.