Color Hex Logo

#113772 Color Hex

#113772
(17,55,114)
0 Favorites   0 Comments

Color spaces of #113772

RGB 1755114
HSL0.600.740.26
HSV216°85°45°
CMYK 0.850.520.00   0.55
XYZ4.63464.066516.4602
Yxy4.06650.18420.1616
Hunter Lab20.16565.7345-34.2797
CIE-Lab23.890110.7275-37.7662

#113772 color RGB value is (17,55,114).

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

The process color (four color CMYK) of #113772 color hex is 0.85, 0.52, 0.00, 0.55. Web safe color of #113772 is #003366. Color #113772 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00110111 01110010
Octal 21 67 162
Decimal 17 55 114
Hex 11 37 72

RGB Percentages of Color #113772

%9.14
%29.57
%61.29

CMYK Percentages of Color #113772

%85
%52
%0
%55

Triadic Colors of #113772

#113772 #721137 #377211

Analogous Colors of #113772

#113772 #1b1172 #116872

Monochromatic Colors of #113772

#113772

Complementary Color

#113772 #724c11

#113772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#113772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#113772 Color CSS Codes

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

#113772 Text Font Color

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

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


#113772 Background Color

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

This div background color is #113772


#113772 Border Color

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

This div border color is #113772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #113772


Comments

No comments written yet.

Please login to write comment.