Color Hex Logo

#13699d Color Hex

#13699D
(19,105,157)
0 Favorites   0 Comments

Color spaces of #13699d

RGB 19105157
HSL0.560.780.35
HSV203°88°62°
CMYK 0.880.330.00   0.38
XYZ11.405912.675933.7438
Yxy12.67590.19720.2192
Hunter Lab35.6032-5.1211-31.2712
CIE-Lab42.2708-4.5441-34.8778

#13699d color RGB value is (19,105,157).

#13699d hex color red value is 19, green value is 105 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #13699d hue: 0.56 , saturation: 0.78 and the lightness value of 13699d is 0.35.

The process color (four color CMYK) of #13699d color hex is 0.88, 0.33, 0.00, 0.38. Web safe color of #13699d is #006699. Color #13699d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101001 10011101
Octal 23 151 235
Decimal 19 105 157
Hex 13 69 9D

RGB Percentages of Color #13699d

%6.76
%37.37
%55.87

CMYK Percentages of Color #13699d

%88
%33
%0
%38

Triadic Colors of #13699d

#13699d #9d1369 #699d13

Analogous Colors of #13699d

#13699d #13249d #139d8c

Monochromatic Colors of #13699d

#13699d

Complementary Color

#13699d #9d4713

#13699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13699d Color CSS Codes

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

#13699d Text Font Color

<p style="color:#13699d">Text here</p>

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


#13699d Background Color

<div style="background-color:#13699d">
Div content here</div>

This div background color is #13699d


#13699d Border Color

<div style="border:3px solid #13699d">
Div here</div>

This div border color is #13699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13699d


Comments

No comments written yet.

Please login to write comment.