Color Hex Logo

#194979 Color Hex

#194979
(25,73,121)
0 Favorites   0 Comments

Color spaces of #194979

RGB 2573121
HSL0.580.660.29
HSV210°79°47°
CMYK 0.790.400.00   0.53
XYZ6.23466.352218.9867
Yxy6.35220.19750.2012
Hunter Lab25.20360.0492-27.0227
CIE-Lab30.28422.1469-31.9357

#194979 color RGB value is (25,73,121).

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

The process color (four color CMYK) of #194979 color hex is 0.79, 0.40, 0.00, 0.53. Web safe color of #194979 is #003366. Color #194979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001001 01111001
Octal 31 111 171
Decimal 25 73 121
Hex 19 49 79

RGB Percentages of Color #194979

%11.42
%33.33
%55.25

CMYK Percentages of Color #194979

%79
%40
%0
%53

Triadic Colors of #194979

#194979 #791949 #497919

Analogous Colors of #194979

#194979 #191979 #197979

Monochromatic Colors of #194979

#194979

Complementary Color

#194979 #794919

#194979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#194979 Color CSS Codes

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

#194979 Text Font Color

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

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


#194979 Background Color

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

This div background color is #194979


#194979 Border Color

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

This div border color is #194979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194979


Comments

No comments written yet.

Please login to write comment.