Color Hex Logo

#19519e Color Hex

#19519E
(25,81,158)
1 Favorites   0 Comments

Color spaces of #19519e

RGB 2581158
HSL0.600.730.36
HSV215°84°62°
CMYK 0.840.490.00   0.38
XYZ9.51498.560233.4985
Yxy8.56020.18450.1660
Hunter Lab29.25786.8486-47.4031
CIE-Lab35.123311.8032-46.8722

#19519e color RGB value is (25,81,158).

#19519e hex color red value is 25, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #19519e hue: 0.60 , saturation: 0.73 and the lightness value of 19519e is 0.36.

The process color (four color CMYK) of #19519e color hex is 0.84, 0.49, 0.00, 0.38. Web safe color of #19519e is #006699. Color #19519e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01010001 10011110
Octal 31 121 236
Decimal 25 81 158
Hex 19 51 9E

RGB Percentages of Color #19519e

%9.47
%30.68
%59.85

CMYK Percentages of Color #19519e

%84
%49
%0
%38

Triadic Colors of #19519e

#19519e #9e1951 #519e19

Analogous Colors of #19519e

#19519e #23199e #19949e

Monochromatic Colors of #19519e

#19519e

Complementary Color

#19519e #9e6619

#19519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#19519e Color CSS Codes

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

#19519e Text Font Color

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

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


#19519e Background Color

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

This div background color is #19519e


#19519e Border Color

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

This div border color is #19519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19519e


Comments

No comments written yet.

Please login to write comment.