Color Hex Logo

#113770 Color Hex

#113770
(17,55,112)
0 Favorites   0 Comments

Color spaces of #113770

RGB 1755112
HSL0.600.740.25
HSV216°85°44°
CMYK 0.850.510.00   0.56
XYZ4.52204.021415.8671
Yxy4.02140.18520.1647
Hunter Lab20.05345.1578-32.8753
CIE-Lab23.74219.8740-36.7261

#113770 color RGB value is (17,55,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 01110000
Octal 21 67 160
Decimal 17 55 112
Hex 11 37 70

RGB Percentages of Color #113770

%9.24
%29.89
%60.87

CMYK Percentages of Color #113770

%85
%51
%0
%56

Triadic Colors of #113770

#113770 #701137 #377011

Analogous Colors of #113770

#113770 #1b1170 #116770

Monochromatic Colors of #113770

#113770

Complementary Color

#113770 #704a11

#113770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113770 Color CSS Codes

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

#113770 Text Font Color

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

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


#113770 Background Color

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

This div background color is #113770


#113770 Border Color

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

This div border color is #113770


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,55,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 #113770">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113770


Comments

No comments written yet.

Please login to write comment.