Color Hex Logo

#194eaa Color Hex

#194EAA
(25,78,170)
0 Favorites   0 Comments

Color spaces of #194eaa

RGB 2578170
HSL0.610.740.38
HSV218°85°67°
CMYK 0.850.540.00   0.33
XYZ10.38108.557739.1349
Yxy8.55770.17880.1474
Hunter Lab29.253512.1493-58.8397
CIE-Lab35.118418.6653-54.0644

#194eaa color RGB value is (25,78,170).

#194eaa hex color red value is 25, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #194eaa hue: 0.61 , saturation: 0.74 and the lightness value of 194eaa is 0.38.

The process color (four color CMYK) of #194eaa color hex is 0.85, 0.54, 0.00, 0.33. Web safe color of #194eaa is #006699. Color #194eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001110 10101010
Octal 31 116 252
Decimal 25 78 170
Hex 19 4E AA

RGB Percentages of Color #194eaa

%9.16
%28.57
%62.27

CMYK Percentages of Color #194eaa

%85
%54
%0
%33

Triadic Colors of #194eaa

#194eaa #aa194e #4eaa19

Analogous Colors of #194eaa

#194eaa #2d19aa #1997aa

Monochromatic Colors of #194eaa

#194eaa

Complementary Color

#194eaa #aa7519

#194eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#194eaa Color CSS Codes

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

#194eaa Text Font Color

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

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


#194eaa Background Color

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

This div background color is #194eaa


#194eaa Border Color

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

This div border color is #194eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #194eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #194eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #194eaa;
  box-shadow:         1px 1px 3px 2px #194eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,78,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194eaa


Comments

No comments written yet.

Please login to write comment.