Color Hex Logo

#13689e Color Hex

#13689E
(19,104,158)
0 Favorites   0 Comments

Color spaces of #13689e

RGB 19104158
HSL0.560.790.35
HSV203°88°62°
CMYK 0.880.340.00   0.38
XYZ11.390412.507734.1616
Yxy12.50770.19620.2154
Hunter Lab35.3662-4.4014-32.5141
CIE-Lab42.0119-3.5400-35.8805

#13689e color RGB value is (19,104,158).

#13689e hex color red value is 19, green value is 104 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #13689e hue: 0.56 , saturation: 0.79 and the lightness value of 13689e is 0.35.

The process color (four color CMYK) of #13689e color hex is 0.88, 0.34, 0.00, 0.38. Web safe color of #13689e is #006699. Color #13689e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 10011110
Octal 23 150 236
Decimal 19 104 158
Hex 13 68 9E

RGB Percentages of Color #13689e

%6.76
%37.01
%56.23

CMYK Percentages of Color #13689e

%88
%34
%0
%38

Triadic Colors of #13689e

#13689e #9e1368 #689e13

Analogous Colors of #13689e

#13689e #13239e #139e8f

Monochromatic Colors of #13689e

#13689e

Complementary Color

#13689e #9e4913

#13689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13689e Color CSS Codes

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

#13689e Text Font Color

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

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


#13689e Background Color

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

This div background color is #13689e


#13689e Border Color

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

This div border color is #13689e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13689e


Comments

No comments written yet.

Please login to write comment.