Color Hex Logo

#130baa Color Hex

#130BAA
(19,11,170)
0 Favorites   0 Comments

Color spaces of #130baa

RGB 1911170
HSL0.680.880.35
HSV243°94°67°
CMYK 0.890.940.00   0.33
XYZ7.64393.280138.2604
Yxy3.28010.15540.0667
Hunter Lab18.111043.6429-112.5751
CIE-Lab21.132555.7682-77.1108

#130baa color RGB value is (19,11,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001011 10101010
Octal 23 13 252
Decimal 19 11 170
Hex 13 B AA

RGB Percentages of Color #130baa

%9.50
%5.50
%85.00

CMYK Percentages of Color #130baa

%89
%94
%0
%33

Triadic Colors of #130baa

#130baa #aa130b #0baa13

Analogous Colors of #130baa

#130baa #630baa #0b52aa

Monochromatic Colors of #130baa

#130baa

Complementary Color

#130baa #a2aa0b

#130baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#130baa Color CSS Codes

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

#130baa Text Font Color

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

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


#130baa Background Color

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

This div background color is #130baa


#130baa Border Color

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

This div border color is #130baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,11,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 #130baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130baa


Comments

No comments written yet.

Please login to write comment.