Color Hex Logo

#113c93 Color Hex

#113C93
(17,60,147)
0 Favorites   0 Comments

Color spaces of #113c93

RGB 1760147
HSL0.610.790.32
HSV220°88°58°
CMYK 0.880.590.00   0.42
XYZ7.11355.457528.2822
Yxy5.45750.17410.1336
Hunter Lab23.361313.4709-55.4262
CIE-Lab28.000321.0533-51.7463

#113c93 color RGB value is (17,60,147).

#113c93 hex color red value is 17, green value is 60 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #113c93 hue: 0.61 , saturation: 0.79 and the lightness value of 113c93 is 0.32.

The process color (four color CMYK) of #113c93 color hex is 0.88, 0.59, 0.00, 0.42. Web safe color of #113c93 is #003399. Color #113c93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111100 10010011
Octal 21 74 223
Decimal 17 60 147
Hex 11 3C 93

RGB Percentages of Color #113c93

%7.59
%26.79
%65.63

CMYK Percentages of Color #113c93

%88
%59
%0
%42

Triadic Colors of #113c93

#113c93 #93113c #3c9311

Analogous Colors of #113c93

#113c93 #271193 #117d93

Monochromatic Colors of #113c93

#113c93

Complementary Color

#113c93 #936811

#113c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113c93 Color CSS Codes

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

#113c93 Text Font Color

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

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


#113c93 Background Color

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

This div background color is #113c93


#113c93 Border Color

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

This div border color is #113c93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,60,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #113c93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #113c93;
  -webkit-box-shadow: 1px 1px 3px 2px #113c93;
  box-shadow:         1px 1px 3px 2px #113c93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113c93


Comments

No comments written yet.

Please login to write comment.