Color Hex Logo

#134782 Color Hex

#134782
(19,71,130)
0 Favorites   0 Comments

Color spaces of #134782

RGB 1971130
HSL0.590.740.29
HSV212°85°51°
CMYK 0.850.450.00   0.49
XYZ6.55116.256621.9815
Yxy6.25660.18830.1798
Hunter Lab25.01322.9771-34.5946
CIE-Lab30.05086.5089-37.9284

#134782 color RGB value is (19,71,130).

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

The process color (four color CMYK) of #134782 color hex is 0.85, 0.45, 0.00, 0.49. Web safe color of #134782 is #003399. Color #134782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 10000010
Octal 23 107 202
Decimal 19 71 130
Hex 13 47 82

RGB Percentages of Color #134782

%8.64
%32.27
%59.09

CMYK Percentages of Color #134782

%85
%45
%0
%49

Triadic Colors of #134782

#134782 #821347 #478213

Analogous Colors of #134782

#134782 #161382 #137f82

Monochromatic Colors of #134782

#134782

Complementary Color

#134782 #824e13

#134782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134782 Color CSS Codes

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

#134782 Text Font Color

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

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


#134782 Background Color

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

This div background color is #134782


#134782 Border Color

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

This div border color is #134782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134782

#134782 Color Palettes


Comments

No comments written yet.

Please login to write comment.