Color Hex Logo

#134baa Color Hex

#134BAA
(19,75,170)
0 Favorites   0 Comments

Color spaces of #134baa

RGB 1975170
HSL0.600.800.37
HSV218°89°67°
CMYK 0.890.560.00   0.33
XYZ10.04038.072939.0592
Yxy8.07290.17560.1412
Hunter Lab28.412813.3544-61.6171
CIE-Lab34.134220.2634-55.6694

#134baa color RGB value is (19,75,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001011 10101010
Octal 23 113 252
Decimal 19 75 170
Hex 13 4B AA

RGB Percentages of Color #134baa

%7.20
%28.41
%64.39

CMYK Percentages of Color #134baa

%89
%56
%0
%33

Triadic Colors of #134baa

#134baa #aa134b #4baa13

Analogous Colors of #134baa

#134baa #2613aa #1397aa

Monochromatic Colors of #134baa

#134baa

Complementary Color

#134baa #aa7213

#134baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#134baa Color CSS Codes

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

#134baa Text Font Color

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

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


#134baa Background Color

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

This div background color is #134baa


#134baa Border Color

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

This div border color is #134baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134baa


Comments

No comments written yet.

Please login to write comment.