Color Hex Logo

#13698e Color Hex

#13698E
(19,105,142)
0 Favorites   0 Comments

Color spaces of #13698e

RGB 19105142
HSL0.550.760.32
HSV198°87°56°
CMYK 0.870.260.00   0.44
XYZ10.202612.194627.4072
Yxy12.19460.20490.2448
Hunter Lab34.9208-8.9600-22.0886
CIE-Lab41.5237-10.3211-27.1002

#13698e color RGB value is (19,105,142).

#13698e hex color red value is 19, green value is 105 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #13698e hue: 0.55 , saturation: 0.76 and the lightness value of 13698e is 0.32.

The process color (four color CMYK) of #13698e color hex is 0.87, 0.26, 0.00, 0.44. Web safe color of #13698e is #006699. Color #13698e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101001 10001110
Octal 23 151 216
Decimal 19 105 142
Hex 13 69 8E

RGB Percentages of Color #13698e

%7.14
%39.47
%53.38

CMYK Percentages of Color #13698e

%87
%26
%0
%44

Triadic Colors of #13698e

#13698e #8e1369 #698e13

Analogous Colors of #13698e

#13698e #132c8e #138e76

Monochromatic Colors of #13698e

#13698e

Complementary Color

#13698e #8e3813

#13698e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13698e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13698e Color CSS Codes

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

#13698e Text Font Color

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

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


#13698e Background Color

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

This div background color is #13698e


#13698e Border Color

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

This div border color is #13698e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,105,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13698e


Comments

No comments written yet.

Please login to write comment.