Color Hex Logo

#13528d Color Hex

#13528D
(19,82,141)
0 Favorites   0 Comments

Color spaces of #13528d

RGB 1982141
HSL0.580.760.31
HSV209°87°55°
CMYK 0.870.420.00   0.45
XYZ8.09368.096126.3354
Yxy8.09610.19030.1904
Hunter Lab28.45360.9802-34.9586
CIE-Lab34.18223.6712-38.0900

#13528d color RGB value is (19,82,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010010 10001101
Octal 23 122 215
Decimal 19 82 141
Hex 13 52 8D

RGB Percentages of Color #13528d

%7.85
%33.88
%58.26

CMYK Percentages of Color #13528d

%87
%42
%0
%45

Triadic Colors of #13528d

#13528d #8d1352 #528d13

Analogous Colors of #13528d

#13528d #13158d #138d8b

Monochromatic Colors of #13528d

#13528d

Complementary Color

#13528d #8d4e13

#13528d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13528d Color Preview on White Background

Lorem ipsum dolor sit amet.

#13528d Color CSS Codes

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

#13528d Text Font Color

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

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


#13528d Background Color

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

This div background color is #13528d


#13528d Border Color

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

This div border color is #13528d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,82,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 #13528d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13528d


Comments

No comments written yet.

Please login to write comment.