Color Hex Logo

#19689f Color Hex

#19689F
(25,104,159)
0 Favorites   0 Comments

Color spaces of #19689f

RGB 25104159
HSL0.570.730.36
HSV205°84°62°
CMYK 0.840.350.00   0.38
XYZ11.609212.610534.6231
Yxy12.61050.19730.2143
Hunter Lab35.5113-3.7902-32.9492
CIE-Lab42.1704-2.6548-36.2165

#19689f color RGB value is (25,104,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01101000 10011111
Octal 31 150 237
Decimal 25 104 159
Hex 19 68 9F

RGB Percentages of Color #19689f

%8.68
%36.11
%55.21

CMYK Percentages of Color #19689f

%84
%35
%0
%38

Triadic Colors of #19689f

#19689f #9f1968 #689f19

Analogous Colors of #19689f

#19689f #19259f #199f93

Monochromatic Colors of #19689f

#19689f

Complementary Color

#19689f #9f5019

#19689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#19689f Color CSS Codes

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

#19689f Text Font Color

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

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


#19689f Background Color

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

This div background color is #19689f


#19689f Border Color

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

This div border color is #19689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19689f


Comments

No comments written yet.

Please login to write comment.