Color Hex Logo

#13516d Color Hex

#13516D
(19,81,109)
0 Favorites   0 Comments

Color spaces of #13516d

RGB 1981109
HSL0.550.700.25
HSV199°83°43°
CMYK 0.830.260.00   0.57
XYZ5.97137.127415.5290
Yxy7.12740.20860.2490
Hunter Lab26.6972-6.7954-15.7993
CIE-Lab32.0952-8.5387-21.5712

#13516d color RGB value is (19,81,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010001 01101101
Octal 23 121 155
Decimal 19 81 109
Hex 13 51 6D

RGB Percentages of Color #13516d

%9.09
%38.76
%52.15

CMYK Percentages of Color #13516d

%83
%26
%0
%57

Triadic Colors of #13516d

#13516d #6d1351 #516d13

Analogous Colors of #13516d

#13516d #13246d #136d5c

Monochromatic Colors of #13516d

#13516d

Complementary Color

#13516d #6d2f13

#13516d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13516d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13516d Color CSS Codes

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

#13516d Text Font Color

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

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


#13516d Background Color

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

This div background color is #13516d


#13516d Border Color

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

This div border color is #13516d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13516d


Comments

No comments written yet.

Please login to write comment.