Color Hex Logo

#134082 Color Hex

#134082
(19,64,130)
0 Favorites   0 Comments

Color spaces of #134082

RGB 1964130
HSL0.600.740.29
HSV216°85°51°
CMYK 0.850.510.00   0.49
XYZ6.13125.416921.8415
Yxy5.41690.18360.1622
Hunter Lab23.27426.2929-39.3482
CIE-Lab27.890911.3417-41.4027

#134082 color RGB value is (19,64,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000000 10000010
Octal 23 100 202
Decimal 19 64 130
Hex 13 40 82

RGB Percentages of Color #134082

%8.92
%30.05
%61.03

CMYK Percentages of Color #134082

%85
%51
%0
%49

Triadic Colors of #134082

#134082 #821340 #408213

Analogous Colors of #134082

#134082 #1e1382 #137882

Monochromatic Colors of #134082

#134082

Complementary Color

#134082 #825513

#134082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134082 Color CSS Codes

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

#134082 Text Font Color

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

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


#134082 Background Color

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

This div background color is #134082


#134082 Border Color

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

This div border color is #134082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134082


Comments

No comments written yet.

Please login to write comment.