Color Hex Logo

#134aba Color Hex

#134ABA
(19,74,186)
0 Favorites   0 Comments

Color spaces of #134aba

RGB 1974186
HSL0.610.810.40
HSV220°90°73°
CMYK 0.900.600.00   0.27
XYZ11.58038.581247.5004
Yxy8.58120.17110.1268
Hunter Lab29.293719.3002-75.6346
CIE-Lab35.165127.3344-63.4692

#134aba color RGB value is (19,74,186).

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

The process color (four color CMYK) of #134aba color hex is 0.90, 0.60, 0.00, 0.27. Web safe color of #134aba is #0033cc. Color #134aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001010 10111010
Octal 23 112 272
Decimal 19 74 186
Hex 13 4A BA

RGB Percentages of Color #134aba

%6.81
%26.52
%66.67

CMYK Percentages of Color #134aba

%90
%60
%0
%27

Triadic Colors of #134aba

#134aba #ba134a #4aba13

Analogous Colors of #134aba

#134aba #3013ba #139eba

Monochromatic Colors of #134aba

#134aba

Complementary Color

#134aba #ba8313

#134aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#134aba Color CSS Codes

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

#134aba Text Font Color

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

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


#134aba Background Color

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

This div background color is #134aba


#134aba Border Color

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

This div border color is #134aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134aba


Comments

No comments written yet.

Please login to write comment.