Color Hex Logo

#13516e Color Hex

#13516E
(19,81,110)
0 Favorites   0 Comments

Color spaces of #13516e

RGB 1981110
HSL0.550.710.25
HSV199°83°43°
CMYK 0.830.260.00   0.57
XYZ6.02557.149115.8142
Yxy7.14910.20790.2466
Hunter Lab26.7378-6.5653-16.3509
CIE-Lab32.1440-8.1493-22.1229

#13516e color RGB value is (19,81,110).

#13516e hex color red value is 19, green value is 81 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #13516e hue: 0.55 , saturation: 0.71 and the lightness value of 13516e is 0.25.

The process color (four color CMYK) of #13516e color hex is 0.83, 0.26, 0.00, 0.57. Web safe color of #13516e is #006666. Color #13516e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010001 01101110
Octal 23 121 156
Decimal 19 81 110
Hex 13 51 6E

RGB Percentages of Color #13516e

%9.05
%38.57
%52.38

CMYK Percentages of Color #13516e

%83
%26
%0
%57

Triadic Colors of #13516e

#13516e #6e1351 #516e13

Analogous Colors of #13516e

#13516e #13246e #136e5e

Monochromatic Colors of #13516e

#13516e

Complementary Color

#13516e #6e3013

#13516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13516e Color CSS Codes

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

#13516e Text Font Color

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

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


#13516e Background Color

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

This div background color is #13516e


#13516e Border Color

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

This div border color is #13516e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13516e


Comments

No comments written yet.

Please login to write comment.