Color Hex Logo

#19418d Color Hex

#19418D
(25,65,141)
0 Favorites   0 Comments

Color spaces of #19418d

RGB 2565141
HSL0.610.700.33
HSV219°82°55°
CMYK 0.820.540.00   0.45
XYZ7.09895.910425.9660
Yxy5.91040.18210.1516
Hunter Lab24.31139.5772-46.3075
CIE-Lab29.185315.8015-46.1200

#19418d color RGB value is (25,65,141).

#19418d hex color red value is 25, green value is 65 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #19418d hue: 0.61 , saturation: 0.70 and the lightness value of 19418d is 0.33.

The process color (four color CMYK) of #19418d color hex is 0.82, 0.54, 0.00, 0.45. Web safe color of #19418d is #003399. Color #19418d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01000001 10001101
Octal 31 101 215
Decimal 25 65 141
Hex 19 41 8D

RGB Percentages of Color #19418d

%10.82
%28.14
%61.04

CMYK Percentages of Color #19418d

%82
%54
%0
%45

Triadic Colors of #19418d

#19418d #8d1941 #418d19

Analogous Colors of #19418d

#19418d #2b198d #197b8d

Monochromatic Colors of #19418d

#19418d

Complementary Color

#19418d #8d6519

#19418d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19418d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19418d Color CSS Codes

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

#19418d Text Font Color

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

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


#19418d Background Color

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

This div background color is #19418d


#19418d Border Color

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

This div border color is #19418d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19418d


Comments

No comments written yet.

Please login to write comment.