Color Hex Logo

#134292 Color Hex

#134292
(19,66,146)
0 Favorites   0 Comments

Color spaces of #134292

RGB 1966146
HSL0.600.770.32
HSV218°87°57°
CMYK 0.870.550.00   0.43
XYZ7.40516.110227.9832
Yxy6.11020.17840.1472
Hunter Lab24.718810.2159-49.8167
CIE-Lab29.688816.6161-48.3838

#134292 color RGB value is (19,66,146).

#134292 hex color red value is 19, green value is 66 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #134292 hue: 0.60 , saturation: 0.77 and the lightness value of 134292 is 0.32.

The process color (four color CMYK) of #134292 color hex is 0.87, 0.55, 0.00, 0.43. Web safe color of #134292 is #003399. Color #134292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000010 10010010
Octal 23 102 222
Decimal 19 66 146
Hex 13 42 92

RGB Percentages of Color #134292

%8.23
%28.57
%63.20

CMYK Percentages of Color #134292

%87
%55
%0
%43

Triadic Colors of #134292

#134292 #921342 #429213

Analogous Colors of #134292

#134292 #241392 #138292

Monochromatic Colors of #134292

#134292

Complementary Color

#134292 #926313

#134292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#134292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#134292 Color CSS Codes

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

#134292 Text Font Color

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

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


#134292 Background Color

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

This div background color is #134292


#134292 Border Color

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

This div border color is #134292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #134292


Comments

No comments written yet.

Please login to write comment.