Color Hex Logo

#194179 Color Hex

#194179
(25,65,121)
1 Favorites   0 Comments

Color spaces of #194179

RGB 2565121
HSL0.600.660.29
HSV215°79°47°
CMYK 0.790.460.00   0.53
XYZ5.74245.367718.8226
Yxy5.36770.19180.1793
Hunter Lab23.16833.6978-31.9511
CIE-Lab27.75777.5846-35.9689

#194179 color RGB value is (25,65,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000001 01111001
Octal 31 101 171
Decimal 25 65 121
Hex 19 41 79

RGB Percentages of Color #194179

%11.85
%30.81
%57.35

CMYK Percentages of Color #194179

%79
%46
%0
%53

Triadic Colors of #194179

#194179 #791941 #417919

Analogous Colors of #194179

#194179 #211979 #197179

Monochromatic Colors of #194179

#194179

Complementary Color

#194179 #795119

#194179 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194179 Color Preview on White Background

Lorem ipsum dolor sit amet.

#194179 Color CSS Codes

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

#194179 Text Font Color

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

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


#194179 Background Color

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

This div background color is #194179


#194179 Border Color

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

This div border color is #194179


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,65,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 #194179">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194179


Comments

No comments written yet.

Please login to write comment.