Color Hex Logo

#134cba Color Hex

#134CBA
(19,76,186)
0 Favorites   0 Comments

Color spaces of #134cba

RGB 1976186
HSL0.610.810.40
HSV220°90°73°
CMYK 0.900.590.00   0.27
XYZ11.71598.852547.5456
Yxy8.85250.17200.1300
Hunter Lab29.753218.2199-73.9183
CIE-Lab35.698725.9981-62.5973

#134cba color RGB value is (19,76,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001100 10111010
Octal 23 114 272
Decimal 19 76 186
Hex 13 4C BA

RGB Percentages of Color #134cba

%6.76
%27.05
%66.19

CMYK Percentages of Color #134cba

%90
%59
%0
%27

Triadic Colors of #134cba

#134cba #ba134c #4cba13

Analogous Colors of #134cba

#134cba #2d13ba #13a0ba

Monochromatic Colors of #134cba

#134cba

Complementary Color

#134cba #ba8113

#134cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#134cba Color CSS Codes

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

#134cba Text Font Color

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

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


#134cba Background Color

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

This div background color is #134cba


#134cba Border Color

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

This div border color is #134cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134cba


Comments

No comments written yet.

Please login to write comment.