Color Hex Logo

#113785 Color Hex

#113785
(17,55,133)
0 Favorites   0 Comments

Color spaces of #113785

RGB 1755133
HSL0.610.770.29
HSV220°87°52°
CMYK 0.870.590.00   0.48
XYZ5.83104.545022.7602
Yxy4.54500.17600.1372
Hunter Lab21.319011.5136-48.3748
CIE-Lab25.397018.7636-47.3216

#113785 color RGB value is (17,55,133).

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

The process color (four color CMYK) of #113785 color hex is 0.87, 0.59, 0.00, 0.48. Web safe color of #113785 is #003399. Color #113785 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 10000101
Octal 21 67 205
Decimal 17 55 133
Hex 11 37 85

RGB Percentages of Color #113785

%8.29
%26.83
%64.88

CMYK Percentages of Color #113785

%87
%59
%0
%48

Triadic Colors of #113785

#113785 #851137 #378511

Analogous Colors of #113785

#113785 #251185 #117185

Monochromatic Colors of #113785

#113785

Complementary Color

#113785 #855f11

#113785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113785 Color CSS Codes

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

#113785 Text Font Color

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

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


#113785 Background Color

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

This div background color is #113785


#113785 Border Color

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

This div border color is #113785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113785


Comments

No comments written yet.

Please login to write comment.