Color Hex Logo

#13516a Color Hex

#13516A
(19,81,106)
0 Favorites   0 Comments

Color spaces of #13516a

RGB 1981106
HSL0.550.700.25
HSV197°82°42°
CMYK 0.820.240.00   0.58
XYZ5.81257.063914.6928
Yxy7.06390.21080.2562
Hunter Lab26.5780-7.4743-14.1720
CIE-Lab31.9519-9.6991-19.9079

#13516a color RGB value is (19,81,106).

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

The process color (four color CMYK) of #13516a color hex is 0.82, 0.24, 0.00, 0.58. Web safe color of #13516a is #006666. Color #13516a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010001 01101010
Octal 23 121 152
Decimal 19 81 106
Hex 13 51 6A

RGB Percentages of Color #13516a

%9.22
%39.32
%51.46

CMYK Percentages of Color #13516a

%82
%24
%0
%58

Triadic Colors of #13516a

#13516a #6a1351 #516a13

Analogous Colors of #13516a

#13516a #13256a #136a58

Monochromatic Colors of #13516a

#13516a

Complementary Color

#13516a #6a2c13

#13516a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13516a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13516a Color CSS Codes

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

#13516a Text Font Color

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

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


#13516a Background Color

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

This div background color is #13516a


#13516a Border Color

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

This div border color is #13516a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13516a


Comments

No comments written yet.

Please login to write comment.