Color Hex Logo

#11536f Color Hex

#11536F
(17,83,111)
0 Favorites   0 Comments

Color spaces of #11536f

RGB 1783111
HSL0.550.730.25
HSV198°85°44°
CMYK 0.850.250.00   0.56
XYZ6.19377.453416.1511
Yxy7.45340.20790.2501
Hunter Lab27.3009-7.2807-15.9651
CIE-Lab32.8176-9.2147-21.7029

#11536f color RGB value is (17,83,111).

#11536f hex color red value is 17, green value is 83 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #11536f hue: 0.55 , saturation: 0.73 and the lightness value of 11536f is 0.25.

The process color (four color CMYK) of #11536f color hex is 0.85, 0.25, 0.00, 0.56. Web safe color of #11536f is #006666. Color #11536f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01010011 01101111
Octal 21 123 157
Decimal 17 83 111
Hex 11 53 6F

RGB Percentages of Color #11536f

%8.06
%39.34
%52.61

CMYK Percentages of Color #11536f

%85
%25
%0
%56

Triadic Colors of #11536f

#11536f #6f1153 #536f11

Analogous Colors of #11536f

#11536f #11246f #116f5c

Monochromatic Colors of #11536f

#11536f

Complementary Color

#11536f #6f2d11

#11536f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11536f Color Preview on White Background

Lorem ipsum dolor sit amet.

#11536f Color CSS Codes

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

#11536f Text Font Color

<p style="color:#11536f">Text here</p>

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


#11536f Background Color

<div style="background-color:#11536f">
Div content here</div>

This div background color is #11536f


#11536f Border Color

<div style="border:3px solid #11536f">
Div here</div>

This div border color is #11536f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,83,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11536f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11536f;
  -webkit-box-shadow: 1px 1px 3px 2px #11536f;
  box-shadow:         1px 1px 3px 2px #11536f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11536f


Comments

No comments written yet.

Please login to write comment.