Color Hex Logo

#19117e Color Hex

#19117E
(25,17,126)
0 Favorites   0 Comments

Color spaces of #19117e

RGB 2517126
HSL0.680.760.28
HSV244°87°49°
CMYK 0.800.870.00   0.51
XYZ4.36722.113919.9165
Yxy2.11390.16540.0801
Hunter Lab14.539328.1729-71.0405
CIE-Lab16.074040.8347-58.2310

#19117e color RGB value is (25,17,126).

#19117e hex color red value is 25, green value is 17 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #19117e hue: 0.68 , saturation: 0.76 and the lightness value of 19117e is 0.28.

The process color (four color CMYK) of #19117e color hex is 0.80, 0.87, 0.00, 0.51. Web safe color of #19117e is #000066. Color #19117e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00010001 01111110
Octal 31 21 176
Decimal 25 17 126
Hex 19 11 7E

RGB Percentages of Color #19117e

%14.88
%10.12
%75.00

CMYK Percentages of Color #19117e

%80
%87
%0
%51

Triadic Colors of #19117e

#19117e #7e1911 #117e19

Analogous Colors of #19117e

#19117e #50117e #113f7e

Monochromatic Colors of #19117e

#19117e

Complementary Color

#19117e #767e11

#19117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#19117e Color CSS Codes

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

#19117e Text Font Color

<p style="color:#19117e">Text here</p>

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


#19117e Background Color

<div style="background-color:#19117e">
Div content here</div>

This div background color is #19117e


#19117e Border Color

<div style="border:3px solid #19117e">
Div here</div>

This div border color is #19117e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,17,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19117e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19117e;
  -webkit-box-shadow: 1px 1px 3px 2px #19117e;
  box-shadow:         1px 1px 3px 2px #19117e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19117e


Comments

No comments written yet.

Please login to write comment.