Color Hex Logo

#134187 Color Hex

#134187
(19,65,135)
0 Favorites   0 Comments

Color spaces of #134187

RGB 1965135
HSL0.600.750.30
HSV216°86°53°
CMYK 0.860.520.00   0.47
XYZ6.53205.668323.6715
Yxy5.66830.18210.1580
Hunter Lab23.80827.3088-42.2839
CIE-Lab28.559712.7367-43.4322

#134187 color RGB value is (19,65,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000001 10000111
Octal 23 101 207
Decimal 19 65 135
Hex 13 41 87

RGB Percentages of Color #134187

%8.68
%29.68
%61.64

CMYK Percentages of Color #134187

%86
%52
%0
%47

Triadic Colors of #134187

#134187 #871341 #418713

Analogous Colors of #134187

#134187 #1f1387 #137b87

Monochromatic Colors of #134187

#134187

Complementary Color

#134187 #875913

#134187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134187 Color CSS Codes

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

#134187 Text Font Color

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

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


#134187 Background Color

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

This div background color is #134187


#134187 Border Color

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

This div border color is #134187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134187


Comments

No comments written yet.

Please login to write comment.