Color Hex Logo

#113780 Color Hex

#113780
(17,55,128)
0 Favorites   0 Comments

Color spaces of #113780

RGB 1755128
HSL0.610.770.28
HSV219°87°50°
CMYK 0.870.570.00   0.50
XYZ5.49364.410120.9838
Yxy4.41010.17790.1428
Hunter Lab21.00029.9447-44.5434
CIE-Lab24.983416.6674-44.8628

#113780 color RGB value is (17,55,128).

#113780 hex color red value is 17, green value is 55 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #113780 hue: 0.61 , saturation: 0.77 and the lightness value of 113780 is 0.28.

The process color (four color CMYK) of #113780 color hex is 0.87, 0.57, 0.00, 0.50. Web safe color of #113780 is #003399. Color #113780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 10000000
Octal 21 67 200
Decimal 17 55 128
Hex 11 37 80

RGB Percentages of Color #113780

%8.50
%27.50
%64.00

CMYK Percentages of Color #113780

%87
%57
%0
%50

Triadic Colors of #113780

#113780 #801137 #378011

Analogous Colors of #113780

#113780 #231180 #116f80

Monochromatic Colors of #113780

#113780

Complementary Color

#113780 #805a11

#113780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113780 Color CSS Codes

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

#113780 Text Font Color

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

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


#113780 Background Color

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

This div background color is #113780


#113780 Border Color

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

This div border color is #113780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113780


Comments

No comments written yet.

Please login to write comment.