Color Hex Logo

#19659f Color Hex

#19659F
(25,101,159)
0 Favorites   0 Comments

Color spaces of #19659f

RGB 25101159
HSL0.570.730.36
HSV206°84°62°
CMYK 0.840.360.00   0.38
XYZ11.312612.017234.5242
Yxy12.01720.19550.2077
Hunter Lab34.6658-2.4148-34.7817
CIE-Lab41.2434-0.7902-37.6846

#19659f color RGB value is (25,101,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100101 10011111
Octal 31 145 237
Decimal 25 101 159
Hex 19 65 9F

RGB Percentages of Color #19659f

%8.77
%35.44
%55.79

CMYK Percentages of Color #19659f

%84
%36
%0
%38

Triadic Colors of #19659f

#19659f #9f1965 #659f19

Analogous Colors of #19659f

#19659f #19229f #199f96

Monochromatic Colors of #19659f

#19659f

Complementary Color

#19659f #9f5319

#19659f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19659f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19659f Color CSS Codes

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

#19659f Text Font Color

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

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


#19659f Background Color

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

This div background color is #19659f


#19659f Border Color

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

This div border color is #19659f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19659f


Comments

No comments written yet.

Please login to write comment.