Color Hex Logo

#113173 Color Hex

#113173
(17,49,115)
0 Favorites   0 Comments

Color spaces of #113173

RGB 1749115
HSL0.610.740.26
HSV220°85°45°
CMYK 0.850.570.00   0.55
XYZ4.42403.553616.6724
Yxy3.55360.17950.1442
Hunter Lab18.85108.9016-39.2422
CIE-Lab22.137115.4737-41.2445

#113173 color RGB value is (17,49,115).

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

The process color (four color CMYK) of #113173 color hex is 0.85, 0.57, 0.00, 0.55. Web safe color of #113173 is #003366. Color #113173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110001 01110011
Octal 21 61 163
Decimal 17 49 115
Hex 11 31 73

RGB Percentages of Color #113173

%9.39
%27.07
%63.54

CMYK Percentages of Color #113173

%85
%57
%0
%55

Triadic Colors of #113173

#113173 #731131 #317311

Analogous Colors of #113173

#113173 #221173 #116273

Monochromatic Colors of #113173

#113173

Complementary Color

#113173 #735311

#113173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113173 Color CSS Codes

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

#113173 Text Font Color

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

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


#113173 Background Color

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

This div background color is #113173


#113173 Border Color

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

This div border color is #113173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113173


Comments

No comments written yet.

Please login to write comment.