Color Hex Logo

#19374b Color Hex

#19374B
(25,55,75)
0 Favorites   0 Comments

Color spaces of #19374b

RGB 255575
HSL0.570.500.20
HSV204°67°29°
CMYK 0.670.270.00   0.71
XYZ3.03713.44707.1619
Yxy3.44700.22260.2526
Hunter Lab18.5661-3.2911-9.8749
CIE-Lab21.7519-4.0601-15.6439

#19374b color RGB value is (25,55,75).

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

The process color (four color CMYK) of #19374b color hex is 0.67, 0.27, 0.00, 0.71. Web safe color of #19374b is #003333. Color #19374b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00110111 01001011
Octal 31 67 113
Decimal 25 55 75
Hex 19 37 4B

RGB Percentages of Color #19374b

%16.13
%35.48
%48.39

CMYK Percentages of Color #19374b

%67
%27
%0
%71

Triadic Colors of #19374b

#19374b #4b1937 #374b19

Analogous Colors of #19374b

#19374b #191e4b #194b46

Monochromatic Colors of #19374b

#19374b

Complementary Color

#19374b #4b2d19

#19374b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19374b Color Preview on White Background

Lorem ipsum dolor sit amet.

#19374b Color CSS Codes

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

#19374b Text Font Color

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

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


#19374b Background Color

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

This div background color is #19374b


#19374b Border Color

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

This div border color is #19374b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19374b


Comments

No comments written yet.

Please login to write comment.