Color Hex Logo

#113540 Color Hex

#113540
(17,53,64)
0 Favorites   0 Comments

Color spaces of #113540

RGB 175364
HSL0.540.580.16
HSV194°73°25°
CMYK 0.730.170.00   0.75
XYZ2.42973.03555.3083
Yxy3.03550.22550.2818
Hunter Lab17.4227-5.5968-5.8684
CIE-Lab20.1855-8.6815-10.6738

#113540 color RGB value is (17,53,64).

#113540 hex color red value is 17, green value is 53 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #113540 hue: 0.54 , saturation: 0.58 and the lightness value of 113540 is 0.16.

The process color (four color CMYK) of #113540 color hex is 0.73, 0.17, 0.00, 0.75. Web safe color of #113540 is #003333. Color #113540 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110101 01000000
Octal 21 65 100
Decimal 17 53 64
Hex 11 35 40

RGB Percentages of Color #113540

%12.69
%39.55
%47.76

CMYK Percentages of Color #113540

%73
%17
%0
%75

Triadic Colors of #113540

#113540 #401135 #354011

Analogous Colors of #113540

#113540 #111e40 #114034

Monochromatic Colors of #113540

#113540

Complementary Color

#113540 #401c11

#113540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113540 Color CSS Codes

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

#113540 Text Font Color

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

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


#113540 Background Color

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

This div background color is #113540


#113540 Border Color

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

This div border color is #113540


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,53,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113540; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113540;
  -webkit-box-shadow: 1px 1px 3px 2px #113540;
  box-shadow:         1px 1px 3px 2px #113540; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113540


Comments

No comments written yet.

Please login to write comment.