Color Hex Logo

#194a7e Color Hex

#194A7E
(25,74,126)
0 Favorites   0 Comments

Color spaces of #194a7e

RGB 2574126
HSL0.590.670.30
HSV211°80°49°
CMYK 0.800.410.00   0.51
XYZ6.61566.610620.6660
Yxy6.61060.19520.1950
Hunter Lab25.71110.9346-29.6582
CIE-Lab30.90353.5043-34.0695

#194a7e color RGB value is (25,74,126).

#194a7e hex color red value is 25, green value is 74 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #194a7e hue: 0.59 , saturation: 0.67 and the lightness value of 194a7e is 0.30.

The process color (four color CMYK) of #194a7e color hex is 0.80, 0.41, 0.00, 0.51. Web safe color of #194a7e is #003366. Color #194a7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001010 01111110
Octal 31 112 176
Decimal 25 74 126
Hex 19 4A 7E

RGB Percentages of Color #194a7e

%11.11
%32.89
%56.00

CMYK Percentages of Color #194a7e

%80
%41
%0
%51

Triadic Colors of #194a7e

#194a7e #7e194a #4a7e19

Analogous Colors of #194a7e

#194a7e #1a197e #197d7e

Monochromatic Colors of #194a7e

#194a7e

Complementary Color

#194a7e #7e4d19

#194a7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194a7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#194a7e Color CSS Codes

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

#194a7e Text Font Color

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

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


#194a7e Background Color

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

This div background color is #194a7e


#194a7e Border Color

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

This div border color is #194a7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194a7e


Comments

No comments written yet.

Please login to write comment.