Color Hex Logo

#113147 Color Hex

#113147
(17,49,71)
0 Favorites   0 Comments

Color spaces of #113147

RGB 174971
HSL0.570.610.17
HSV204°76°28°
CMYK 0.760.310.00   0.72
XYZ2.46682.77076.3660
Yxy2.77070.21260.2388
Hunter Lab16.6454-2.6763-11.0235
CIE-Lab19.1011-3.2616-17.1053

#113147 color RGB value is (17,49,71).

#113147 hex color red value is 17, green value is 49 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #113147 hue: 0.57 , saturation: 0.61 and the lightness value of 113147 is 0.17.

The process color (four color CMYK) of #113147 color hex is 0.76, 0.31, 0.00, 0.72. Web safe color of #113147 is #003333. Color #113147 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 01000111
Octal 21 61 107
Decimal 17 49 71
Hex 11 31 47

RGB Percentages of Color #113147

%12.41
%35.77
%51.82

CMYK Percentages of Color #113147

%76
%31
%0
%72

Triadic Colors of #113147

#113147 #471131 #314711

Analogous Colors of #113147

#113147 #111647 #114742

Monochromatic Colors of #113147

#113147

Complementary Color

#113147 #472711

#113147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113147 Color CSS Codes

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

#113147 Text Font Color

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

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


#113147 Background Color

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

This div background color is #113147


#113147 Border Color

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

This div border color is #113147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113147


Comments

No comments written yet.

Please login to write comment.