Color Hex Logo

#19495d Color Hex

#19495D
(25,73,93)
0 Favorites   0 Comments

Color spaces of #19495d

RGB 257393
HSL0.550.580.23
HSV198°73°36°
CMYK 0.730.220.00   0.64
XYZ4.75925.762111.2173
Yxy5.76210.21890.2651
Hunter Lab24.0044-6.6176-10.9033
CIE-Lab28.8042-8.8313-16.5090

#19495d color RGB value is (25,73,93).

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

The process color (four color CMYK) of #19495d color hex is 0.73, 0.22, 0.00, 0.64. Web safe color of #19495d is #003366. Color #19495d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001001 01011101
Octal 31 111 135
Decimal 25 73 93
Hex 19 49 5D

RGB Percentages of Color #19495d

%13.09
%38.22
%48.69

CMYK Percentages of Color #19495d

%73
%22
%0
%64

Triadic Colors of #19495d

#19495d #5d1949 #495d19

Analogous Colors of #19495d

#19495d #19275d #195d4f

Monochromatic Colors of #19495d

#19495d

Complementary Color

#19495d #5d2d19

#19495d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19495d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19495d Color CSS Codes

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

#19495d Text Font Color

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

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


#19495d Background Color

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

This div background color is #19495d


#19495d Border Color

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

This div border color is #19495d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19495d


Comments

No comments written yet.

Please login to write comment.