Color Hex Logo

#19659e Color Hex

#19659E
(25,101,158)
0 Favorites   0 Comments

Color spaces of #19659e

RGB 25101158
HSL0.570.730.36
HSV206°84°62°
CMYK 0.840.360.00   0.38
XYZ11.226111.982734.0690
Yxy11.98270.19600.2092
Hunter Lab34.6160-2.6899-34.1218
CIE-Lab41.1886-1.1823-37.1771

#19659e color RGB value is (25,101,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100101 10011110
Octal 31 145 236
Decimal 25 101 158
Hex 19 65 9E

RGB Percentages of Color #19659e

%8.80
%35.56
%55.63

CMYK Percentages of Color #19659e

%84
%36
%0
%38

Triadic Colors of #19659e

#19659e #9e1965 #659e19

Analogous Colors of #19659e

#19659e #19239e #199e95

Monochromatic Colors of #19659e

#19659e

Complementary Color

#19659e #9e5219

#19659e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19659e Color Preview on White Background

Lorem ipsum dolor sit amet.

#19659e Color CSS Codes

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

#19659e Text Font Color

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

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


#19659e Background Color

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

This div background color is #19659e


#19659e Border Color

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

This div border color is #19659e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,101,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 #19659e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19659e


Comments

No comments written yet.

Please login to write comment.