Color Hex Logo

#11557d Color Hex

#11557D
(17,85,125)
0 Favorites   0 Comments

Color spaces of #11557d

RGB 1785125
HSL0.560.760.28
HSV202°86°49°
CMYK 0.860.320.00   0.51
XYZ7.18138.096820.5864
Yxy8.09680.20020.2258
Hunter Lab28.4549-4.7471-22.9764
CIE-Lab34.1837-4.9317-28.2663

#11557d color RGB value is (17,85,125).

#11557d hex color red value is 17, green value is 85 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #11557d hue: 0.56 , saturation: 0.76 and the lightness value of 11557d is 0.28.

The process color (four color CMYK) of #11557d color hex is 0.86, 0.32, 0.00, 0.51. Web safe color of #11557d is #006666. Color #11557d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010101 01111101
Octal 21 125 175
Decimal 17 85 125
Hex 11 55 7D

RGB Percentages of Color #11557d

%7.49
%37.44
%55.07

CMYK Percentages of Color #11557d

%86
%32
%0
%51

Triadic Colors of #11557d

#11557d #7d1155 #557d11

Analogous Colors of #11557d

#11557d #111f7d #117d6f

Monochromatic Colors of #11557d

#11557d

Complementary Color

#11557d #7d3911

#11557d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11557d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11557d Color CSS Codes

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

#11557d Text Font Color

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

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


#11557d Background Color

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

This div background color is #11557d


#11557d Border Color

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

This div border color is #11557d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,85,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11557d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11557d;
  -webkit-box-shadow: 1px 1px 3px 2px #11557d;
  box-shadow:         1px 1px 3px 2px #11557d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11557d


Comments

No comments written yet.

Please login to write comment.