Color Hex Logo

#134980 Color Hex

#134980
(19,73,128)
0 Favorites   0 Comments

Color spaces of #134980

RGB 1973128
HSL0.580.740.29
HSV210°85°50°
CMYK 0.850.430.00   0.50
XYZ6.54746.462021.3243
Yxy6.46200.19070.1882
Hunter Lab25.42051.4894-31.9419
CIE-Lab30.54944.3215-35.8878

#134980 color RGB value is (19,73,128).

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

The process color (four color CMYK) of #134980 color hex is 0.85, 0.43, 0.00, 0.50. Web safe color of #134980 is #003399. Color #134980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01001001 10000000
Octal 23 111 200
Decimal 19 73 128
Hex 13 49 80

RGB Percentages of Color #134980

%8.64
%33.18
%58.18

CMYK Percentages of Color #134980

%85
%43
%0
%50

Triadic Colors of #134980

#134980 #801349 #498013

Analogous Colors of #134980

#134980 #141380 #138080

Monochromatic Colors of #134980

#134980

Complementary Color

#134980 #804a13

#134980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134980 Color CSS Codes

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

#134980 Text Font Color

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

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


#134980 Background Color

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

This div background color is #134980


#134980 Border Color

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

This div border color is #134980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134980


Comments

No comments written yet.

Please login to write comment.