Color Hex Logo

#113971 Color Hex

#113971
(17,57,113)
0 Favorites   0 Comments

Color spaces of #113971

RGB 1757113
HSL0.600.740.25
HSV215°85°44°
CMYK 0.850.500.00   0.56
XYZ4.67494.237716.1943
Yxy4.23770.18620.1688
Hunter Lab20.58574.5115-32.2322
CIE-Lab24.44228.8756-36.2375

#113971 color RGB value is (17,57,113).

#113971 hex color red value is 17, green value is 57 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #113971 hue: 0.60 , saturation: 0.74 and the lightness value of 113971 is 0.25.

The process color (four color CMYK) of #113971 color hex is 0.85, 0.50, 0.00, 0.56. Web safe color of #113971 is #003366. Color #113971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00111001 01110001
Octal 21 71 161
Decimal 17 57 113
Hex 11 39 71

RGB Percentages of Color #113971

%9.09
%30.48
%60.43

CMYK Percentages of Color #113971

%85
%50
%0
%56

Triadic Colors of #113971

#113971 #711139 #397111

Analogous Colors of #113971

#113971 #191171 #116971

Monochromatic Colors of #113971

#113971

Complementary Color

#113971 #714911

#113971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113971 Color CSS Codes

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

#113971 Text Font Color

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

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


#113971 Background Color

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

This div background color is #113971


#113971 Border Color

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

This div border color is #113971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113971


Comments

No comments written yet.

Please login to write comment.