Color Hex Logo

#19416e Color Hex

#19416E
(25,65,110)
0 Favorites   0 Comments

Color spaces of #19416e

RGB 2565110
HSL0.590.630.26
HSV212°77°43°
CMYK 0.770.410.00   0.57
XYZ5.10575.113115.4697
Yxy5.11310.19880.1990
Hunter Lab22.61220.7330-24.7337
CIE-Lab27.05463.0781-30.1287

#19416e color RGB value is (25,65,110).

#19416e hex color red value is 25, green value is 65 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #19416e hue: 0.59 , saturation: 0.63 and the lightness value of 19416e is 0.26.

The process color (four color CMYK) of #19416e color hex is 0.77, 0.41, 0.00, 0.57. Web safe color of #19416e is #003366. Color #19416e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000001 01101110
Octal 31 101 156
Decimal 25 65 110
Hex 19 41 6E

RGB Percentages of Color #19416e

%12.50
%32.50
%55.00

CMYK Percentages of Color #19416e

%77
%41
%0
%57

Triadic Colors of #19416e

#19416e #6e1941 #416e19

Analogous Colors of #19416e

#19416e #1c196e #196c6e

Monochromatic Colors of #19416e

#19416e

Complementary Color

#19416e #6e4619

#19416e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19416e Color Preview on White Background

Lorem ipsum dolor sit amet.

#19416e Color CSS Codes

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

#19416e Text Font Color

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

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


#19416e Background Color

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

This div background color is #19416e


#19416e Border Color

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

This div border color is #19416e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19416e


Comments

No comments written yet.

Please login to write comment.