Color Hex Logo

#134aaa Color Hex

#134AAA
(19,74,170)
0 Favorites   0 Comments

Color spaces of #134aaa

RGB 1974170
HSL0.610.800.37
HSV218°89°67°
CMYK 0.890.560.00   0.33
XYZ9.97307.938339.0368
Yxy7.93830.17510.1394
Hunter Lab28.175013.8768-62.4245
CIE-Lab33.854120.9419-56.1253

#134aaa color RGB value is (19,74,170).

#134aaa hex color red value is 19, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #134aaa hue: 0.61 , saturation: 0.80 and the lightness value of 134aaa is 0.37.

The process color (four color CMYK) of #134aaa color hex is 0.89, 0.56, 0.00, 0.33. Web safe color of #134aaa is #003399. Color #134aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001010 10101010
Octal 23 112 252
Decimal 19 74 170
Hex 13 4A AA

RGB Percentages of Color #134aaa

%7.22
%28.14
%64.64

CMYK Percentages of Color #134aaa

%89
%56
%0
%33

Triadic Colors of #134aaa

#134aaa #aa134a #4aaa13

Analogous Colors of #134aaa

#134aaa #2713aa #1396aa

Monochromatic Colors of #134aaa

#134aaa

Complementary Color

#134aaa #aa7313

#134aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#134aaa Color CSS Codes

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

#134aaa Text Font Color

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

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


#134aaa Background Color

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

This div background color is #134aaa


#134aaa Border Color

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

This div border color is #134aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134aaa


Comments

No comments written yet.

Please login to write comment.