Color Hex Logo

#19397e Color Hex

#19397E
(25,57,126)
0 Favorites   0 Comments

Color spaces of #19397e

RGB 2557126
HSL0.610.670.30
HSV221°80°49°
CMYK 0.800.550.00   0.51
XYZ5.62994.639320.3374
Yxy4.63930.18390.1516
Hunter Lab21.53908.9632-40.9050
CIE-Lab25.681415.2444-42.4607

#19397e color RGB value is (25,57,126).

#19397e hex color red value is 25, green value is 57 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #19397e hue: 0.61 , saturation: 0.67 and the lightness value of 19397e is 0.30.

The process color (four color CMYK) of #19397e color hex is 0.80, 0.55, 0.00, 0.51. Web safe color of #19397e is #003366. Color #19397e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111001 01111110
Octal 31 71 176
Decimal 25 57 126
Hex 19 39 7E

RGB Percentages of Color #19397e

%12.02
%27.40
%60.58

CMYK Percentages of Color #19397e

%80
%55
%0
%51

Triadic Colors of #19397e

#19397e #7e1939 #397e19

Analogous Colors of #19397e

#19397e #2c197e #196c7e

Monochromatic Colors of #19397e

#19397e

Complementary Color

#19397e #7e5e19

#19397e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19397e Color Preview on White Background

Lorem ipsum dolor sit amet.

#19397e Color CSS Codes

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

#19397e Text Font Color

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

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


#19397e Background Color

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

This div background color is #19397e


#19397e Border Color

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

This div border color is #19397e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19397e


Comments

No comments written yet.

Please login to write comment.