Color Hex Logo

#19319e Color Hex

#19319E
(25,49,158)
0 Favorites   0 Comments

Color spaces of #19319e

RGB 2549158
HSL0.640.730.36
HSV229°84°62°
CMYK 0.840.690.00   0.38
XYZ7.67084.871932.8838
Yxy4.87190.16890.1072
Hunter Lab22.072423.4073-72.8806
CIE-Lab26.366633.4599-61.1391

#19319e color RGB value is (25,49,158).

#19319e hex color red value is 25, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #19319e hue: 0.64 , saturation: 0.73 and the lightness value of 19319e is 0.36.

The process color (four color CMYK) of #19319e color hex is 0.84, 0.69, 0.00, 0.38. Web safe color of #19319e is #003399. Color #19319e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110001 10011110
Octal 31 61 236
Decimal 25 49 158
Hex 19 31 9E

RGB Percentages of Color #19319e

%10.78
%21.12
%68.10

CMYK Percentages of Color #19319e

%84
%69
%0
%38

Triadic Colors of #19319e

#19319e #9e1931 #319e19

Analogous Colors of #19319e

#19319e #43199e #19749e

Monochromatic Colors of #19319e

#19319e

Complementary Color

#19319e #9e8619

#19319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#19319e Color CSS Codes

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

#19319e Text Font Color

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

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


#19319e Background Color

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

This div background color is #19319e


#19319e Border Color

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

This div border color is #19319e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19319e


Comments

No comments written yet.

Please login to write comment.