Color Hex Logo

#113789 Color Hex

#113789
(17,55,137)
0 Favorites   0 Comments

Color spaces of #113789

RGB 1755137
HSL0.610.780.30
HSV221°88°54°
CMYK 0.880.600.00   0.46
XYZ6.11274.657724.2438
Yxy4.65770.17460.1330
Hunter Lab21.581712.7895-51.4962
CIE-Lab25.736420.4265-49.2614

#113789 color RGB value is (17,55,137).

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

The process color (four color CMYK) of #113789 color hex is 0.88, 0.60, 0.00, 0.46. Web safe color of #113789 is #003399. Color #113789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 10001001
Octal 21 67 211
Decimal 17 55 137
Hex 11 37 89

RGB Percentages of Color #113789

%8.13
%26.32
%65.55

CMYK Percentages of Color #113789

%88
%60
%0
%46

Triadic Colors of #113789

#113789 #891137 #378911

Analogous Colors of #113789

#113789 #271189 #117389

Monochromatic Colors of #113789

#113789

Complementary Color

#113789 #896311

#113789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113789 Color CSS Codes

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

#113789 Text Font Color

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

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


#113789 Background Color

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

This div background color is #113789


#113789 Border Color

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

This div border color is #113789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113789


Comments

No comments written yet.

Please login to write comment.