Color Hex Logo

#134785 Color Hex

#134785
(19,71,133)
0 Favorites   0 Comments

Color spaces of #134785

RGB 1971133
HSL0.590.750.30
HSV213°86°52°
CMYK 0.860.470.00   0.48
XYZ6.75546.338423.0577
Yxy6.33840.18690.1753
Hunter Lab25.17623.8377-36.6776
CIE-Lab30.25077.7568-39.4682

#134785 color RGB value is (19,71,133).

#134785 hex color red value is 19, green value is 71 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #134785 hue: 0.59 , saturation: 0.75 and the lightness value of 134785 is 0.30.

The process color (four color CMYK) of #134785 color hex is 0.86, 0.47, 0.00, 0.48. Web safe color of #134785 is #003399. Color #134785 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 10000101
Octal 23 107 205
Decimal 19 71 133
Hex 13 47 85

RGB Percentages of Color #134785

%8.52
%31.84
%59.64

CMYK Percentages of Color #134785

%86
%47
%0
%48

Triadic Colors of #134785

#134785 #851347 #478513

Analogous Colors of #134785

#134785 #181385 #138085

Monochromatic Colors of #134785

#134785

Complementary Color

#134785 #855113

#134785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134785 Color CSS Codes

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

#134785 Text Font Color

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

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


#134785 Background Color

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

This div background color is #134785


#134785 Border Color

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

This div border color is #134785


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,71,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #134785; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #134785;
  -webkit-box-shadow: 1px 1px 3px 2px #134785;
  box-shadow:         1px 1px 3px 2px #134785; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134785


Comments

No comments written yet.

Please login to write comment.