Color Hex Logo

#19374f Color Hex

#19374F
(25,55,79)
0 Favorites   0 Comments

Color spaces of #19374f

RGB 255579
HSL0.570.520.20
HSV207°68°31°
CMYK 0.680.300.00   0.69
XYZ3.17843.50367.9059
Yxy3.50360.21790.2402
Hunter Lab18.7179-2.4461-11.9398
CIE-Lab21.9574-2.5225-17.9936

#19374f color RGB value is (25,55,79).

#19374f hex color red value is 25, green value is 55 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #19374f hue: 0.57 , saturation: 0.52 and the lightness value of 19374f is 0.20.

The process color (four color CMYK) of #19374f color hex is 0.68, 0.30, 0.00, 0.69. Web safe color of #19374f is #003366. Color #19374f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110111 01001111
Octal 31 67 117
Decimal 25 55 79
Hex 19 37 4F

RGB Percentages of Color #19374f

%15.72
%34.59
%49.69

CMYK Percentages of Color #19374f

%68
%30
%0
%69

Triadic Colors of #19374f

#19374f #4f1937 #374f19

Analogous Colors of #19374f

#19374f #191c4f #194f4c

Monochromatic Colors of #19374f

#19374f

Complementary Color

#19374f #4f3119

#19374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19374f Color CSS Codes

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

#19374f Text Font Color

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

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


#19374f Background Color

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

This div background color is #19374f


#19374f Border Color

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

This div border color is #19374f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,55,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19374f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19374f;
  -webkit-box-shadow: 1px 1px 3px 2px #19374f;
  box-shadow:         1px 1px 3px 2px #19374f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19374f


Comments

No comments written yet.

Please login to write comment.