Color Hex Logo

#19495a Color Hex

#19495A
(25,73,90)
0 Favorites   0 Comments

Color spaces of #19495a

RGB 257390
HSL0.540.570.23
HSV196°72°35°
CMYK 0.720.190.00   0.65
XYZ4.62895.709910.5310
Yxy5.70990.22180.2736
Hunter Lab23.8954-7.2388-9.4031
CIE-Lab28.6684-9.9438-14.7905

#19495a color RGB value is (25,73,90).

#19495a hex color red value is 25, green value is 73 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #19495a hue: 0.54 , saturation: 0.57 and the lightness value of 19495a is 0.23.

The process color (four color CMYK) of #19495a color hex is 0.72, 0.19, 0.00, 0.65. Web safe color of #19495a is #003366. Color #19495a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001001 01011010
Octal 31 111 132
Decimal 25 73 90
Hex 19 49 5A

RGB Percentages of Color #19495a

%13.30
%38.83
%47.87

CMYK Percentages of Color #19495a

%72
%19
%0
%65

Triadic Colors of #19495a

#19495a #5a1949 #495a19

Analogous Colors of #19495a

#19495a #19295a #195a4b

Monochromatic Colors of #19495a

#19495a

Complementary Color

#19495a #5a2a19

#19495a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19495a Color Preview on White Background

Lorem ipsum dolor sit amet.

#19495a Color CSS Codes

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

#19495a Text Font Color

<p style="color:#19495a">Text here</p>

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


#19495a Background Color

<div style="background-color:#19495a">
Div content here</div>

This div background color is #19495a


#19495a Border Color

<div style="border:3px solid #19495a">
Div here</div>

This div border color is #19495a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,73,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19495a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19495a;
  -webkit-box-shadow: 1px 1px 3px 2px #19495a;
  box-shadow:         1px 1px 3px 2px #19495a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19495a


Comments

No comments written yet.

Please login to write comment.