Color Hex Logo

#134772 Color Hex

#134772
(19,71,114)
0 Favorites   0 Comments

Color spaces of #134772

RGB 1971114
HSL0.580.710.26
HSV207°83°45°
CMYK 0.830.380.00   0.55
XYZ5.55915.859816.7577
Yxy5.85980.19730.2080
Hunter Lab24.2070-1.3701-24.0995
CIE-Lab29.0560-0.1217-29.4976

#134772 color RGB value is (19,71,114).

#134772 hex color red value is 19, green value is 71 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #134772 hue: 0.58 , saturation: 0.71 and the lightness value of 134772 is 0.26.

The process color (four color CMYK) of #134772 color hex is 0.83, 0.38, 0.00, 0.55. Web safe color of #134772 is #003366. Color #134772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 01110010
Octal 23 107 162
Decimal 19 71 114
Hex 13 47 72

RGB Percentages of Color #134772

%9.31
%34.80
%55.88

CMYK Percentages of Color #134772

%83
%38
%0
%55

Triadic Colors of #134772

#134772 #721347 #477213

Analogous Colors of #134772

#134772 #131872 #13726e

Monochromatic Colors of #134772

#134772

Complementary Color

#134772 #723e13

#134772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134772 Color CSS Codes

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

#134772 Text Font Color

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

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


#134772 Background Color

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

This div background color is #134772


#134772 Border Color

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

This div border color is #134772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134772


Comments

No comments written yet.

Please login to write comment.