Color Hex Logo

#13688d Color Hex

#13688D
(19,104,141)
0 Favorites   0 Comments

Color spaces of #13688d

RGB 19104141
HSL0.550.760.31
HSV198°87°55°
CMYK 0.870.260.00   0.45
XYZ10.026611.962226.9798
Yxy11.96220.20480.2443
Hunter Lab34.5864-8.7791-22.0398
CIE-Lab41.1560-10.1102-27.0745

#13688d color RGB value is (19,104,141).

#13688d hex color red value is 19, green value is 104 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #13688d hue: 0.55 , saturation: 0.76 and the lightness value of 13688d is 0.31.

The process color (four color CMYK) of #13688d color hex is 0.87, 0.26, 0.00, 0.45. Web safe color of #13688d is #006699. Color #13688d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101000 10001101
Octal 23 150 215
Decimal 19 104 141
Hex 13 68 8D

RGB Percentages of Color #13688d

%7.20
%39.39
%53.41

CMYK Percentages of Color #13688d

%87
%26
%0
%45

Triadic Colors of #13688d

#13688d #8d1368 #688d13

Analogous Colors of #13688d

#13688d #132b8d #138d75

Monochromatic Colors of #13688d

#13688d

Complementary Color

#13688d #8d3813

#13688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13688d Color CSS Codes

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

#13688d Text Font Color

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

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


#13688d Background Color

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

This div background color is #13688d


#13688d Border Color

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

This div border color is #13688d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13688d


Comments

No comments written yet.

Please login to write comment.