Color Hex Logo

#134957 Color Hex

#134957
(19,73,87)
0 Favorites   0 Comments

Color spaces of #134957

RGB 197387
HSL0.530.640.21
HSV192°78°34°
CMYK 0.780.160.00   0.66
XYZ4.37145.59179.8657
Yxy5.59170.22050.2820
Hunter Lab23.6468-8.3839-8.1837
CIE-Lab28.3581-12.0566-13.3501

#134957 color RGB value is (19,73,87).

#134957 hex color red value is 19, green value is 73 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #134957 hue: 0.53 , saturation: 0.64 and the lightness value of 134957 is 0.21.

The process color (four color CMYK) of #134957 color hex is 0.78, 0.16, 0.00, 0.66. Web safe color of #134957 is #003366. Color #134957 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 01010111
Octal 23 111 127
Decimal 19 73 87
Hex 13 49 57

RGB Percentages of Color #134957

%10.61
%40.78
%48.60

CMYK Percentages of Color #134957

%78
%16
%0
%66

Triadic Colors of #134957

#134957 #571349 #495713

Analogous Colors of #134957

#134957 #132757 #135743

Monochromatic Colors of #134957

#134957

Complementary Color

#134957 #572113

#134957 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134957 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134957 Color CSS Codes

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

#134957 Text Font Color

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

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


#134957 Background Color

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

This div background color is #134957


#134957 Border Color

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

This div border color is #134957


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134957


Comments

No comments written yet.

Please login to write comment.