Color Hex Logo

#13537a Color Hex

#13537A
(19,83,122)
0 Favorites   0 Comments

Color spaces of #13537a

RGB 1983122
HSL0.560.730.28
HSV203°84°48°
CMYK 0.840.320.00   0.52
XYZ6.87477.730119.5421
Yxy7.73010.20130.2264
Hunter Lab27.8031-4.5187-22.2114
CIE-Lab33.4143-4.6677-27.6179

#13537a color RGB value is (19,83,122).

#13537a hex color red value is 19, green value is 83 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #13537a hue: 0.56 , saturation: 0.73 and the lightness value of 13537a is 0.28.

The process color (four color CMYK) of #13537a color hex is 0.84, 0.32, 0.00, 0.52. Web safe color of #13537a is #006666. Color #13537a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010011 01111010
Octal 23 123 172
Decimal 19 83 122
Hex 13 53 7A

RGB Percentages of Color #13537a

%8.48
%37.05
%54.46

CMYK Percentages of Color #13537a

%84
%32
%0
%52

Triadic Colors of #13537a

#13537a #7a1353 #537a13

Analogous Colors of #13537a

#13537a #13207a #137a6e

Monochromatic Colors of #13537a

#13537a

Complementary Color

#13537a #7a3a13

#13537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13537a Color CSS Codes

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

#13537a Text Font Color

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

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


#13537a Background Color

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

This div background color is #13537a


#13537a Border Color

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

This div border color is #13537a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13537a


Comments

No comments written yet.

Please login to write comment.