Color Hex Logo

#113470 Color Hex

#113470
(17,52,112)
0 Favorites   0 Comments

Color spaces of #113470

RGB 1752112
HSL0.610.740.25
HSV218°85°44°
CMYK 0.850.540.00   0.56
XYZ4.38383.745015.8210
Yxy3.74500.18300.1564
Hunter Lab19.35206.5695-34.9254
CIE-Lab22.809812.0274-38.2313

#113470 color RGB value is (17,52,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110100 01110000
Octal 21 64 160
Decimal 17 52 112
Hex 11 34 70

RGB Percentages of Color #113470

%9.39
%28.73
%61.88

CMYK Percentages of Color #113470

%85
%54
%0
%56

Triadic Colors of #113470

#113470 #701134 #347011

Analogous Colors of #113470

#113470 #1e1170 #116470

Monochromatic Colors of #113470

#113470

Complementary Color

#113470 #704d11

#113470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113470 Color CSS Codes

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

#113470 Text Font Color

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

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


#113470 Background Color

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

This div background color is #113470


#113470 Border Color

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

This div border color is #113470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113470


Comments

No comments written yet.

Please login to write comment.