Color Hex Logo

#134bab Color Hex

#134BAB
(19,75,171)
0 Favorites   0 Comments

Color spaces of #134bab

RGB 1975171
HSL0.610.800.37
HSV218°89°67°
CMYK 0.890.560.00   0.33
XYZ10.13538.110939.5594
Yxy8.11090.17530.1403
Hunter Lab28.479613.6850-62.4205
CIE-Lab34.212820.6680-56.1380

#134bab color RGB value is (19,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001011 10101011
Octal 23 113 253
Decimal 19 75 171
Hex 13 4B AB

RGB Percentages of Color #134bab

%7.17
%28.30
%64.53

CMYK Percentages of Color #134bab

%89
%56
%0
%33

Triadic Colors of #134bab

#134bab #ab134b #4bab13

Analogous Colors of #134bab

#134bab #2713ab #1397ab

Monochromatic Colors of #134bab

#134bab

Complementary Color

#134bab #ab7313

#134bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#134bab Color CSS Codes

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

#134bab Text Font Color

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

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


#134bab Background Color

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

This div background color is #134bab


#134bab Border Color

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

This div border color is #134bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134bab


Comments

No comments written yet.

Please login to write comment.