Color Hex Logo

#13557e Color Hex

#13557E
(19,85,126)
0 Favorites   0 Comments

Color spaces of #13557e

RGB 1985126
HSL0.560.740.28
HSV203°85°49°
CMYK 0.850.330.00   0.51
XYZ7.28308.141820.9263
Yxy8.14180.20040.2240
Hunter Lab28.5338-4.3737-23.5087
CIE-Lab34.2765-4.3385-28.7346

#13557e color RGB value is (19,85,126).

#13557e hex color red value is 19, green value is 85 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #13557e hue: 0.56 , saturation: 0.74 and the lightness value of 13557e is 0.28.

The process color (four color CMYK) of #13557e color hex is 0.85, 0.33, 0.00, 0.51. Web safe color of #13557e is #006666. Color #13557e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010101 01111110
Octal 23 125 176
Decimal 19 85 126
Hex 13 55 7E

RGB Percentages of Color #13557e

%8.26
%36.96
%54.78

CMYK Percentages of Color #13557e

%85
%33
%0
%51

Triadic Colors of #13557e

#13557e #7e1355 #557e13

Analogous Colors of #13557e

#13557e #131f7e #137e72

Monochromatic Colors of #13557e

#13557e

Complementary Color

#13557e #7e3c13

#13557e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13557e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13557e Color CSS Codes

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

#13557e Text Font Color

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

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


#13557e Background Color

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

This div background color is #13557e


#13557e Border Color

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

This div border color is #13557e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13557e


Comments

No comments written yet.

Please login to write comment.