Color Hex Logo

#04194e Color Hex

#04194E
(4,25,78)
0 Favorites   0 Comments

Color spaces of #04194e

RGB 42578
HSL0.620.900.16
HSV223°95°31°
CMYK 0.950.680.00   0.69
XYZ1.77281.27117.3596
Yxy1.27110.17040.1222
Hunter Lab11.27438.3377-30.8111
CIE-Lab11.071815.9111-34.7938

#04194e color RGB value is (4,25,78).

#04194e hex color red value is 4, green value is 25 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #04194e hue: 0.62 , saturation: 0.90 and the lightness value of 04194e is 0.16.

The process color (four color CMYK) of #04194e color hex is 0.95, 0.68, 0.00, 0.69. Web safe color of #04194e is #000066. Color #04194e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011001 01001110
Octal 4 31 116
Decimal 4 25 78
Hex 4 19 4E

RGB Percentages of Color #04194e

%3.74
%23.36
%72.90

CMYK Percentages of Color #04194e

%95
%68
%0
%69

Triadic Colors of #04194e

#04194e #4e0419 #194e04

Analogous Colors of #04194e

#04194e #14044e #043e4e

Monochromatic Colors of #04194e

#04194e

Complementary Color

#04194e #4e3904

#04194e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04194e Color Preview on White Background

Lorem ipsum dolor sit amet.

#04194e Color CSS Codes

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

#04194e Text Font Color

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

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


#04194e Background Color

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

This div background color is #04194e


#04194e Border Color

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

This div border color is #04194e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04194e


Comments

No comments written yet.

Please login to write comment.