Color Hex Logo

#112687 Color Hex

#112687
(17,38,135)
0 Favorites   0 Comments

Color spaces of #112687

RGB 1738135
HSL0.640.780.30
HSV229°87°53°
CMYK 0.870.720.00   0.47
XYZ5.29753.254723.2707
Yxy3.25470.16650.1023
Hunter Lab18.040820.8434-63.8493
CIE-Lab21.036431.3521-55.7209

#112687 color RGB value is (17,38,135).

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

The process color (four color CMYK) of #112687 color hex is 0.87, 0.72, 0.00, 0.47. Web safe color of #112687 is #003399. Color #112687 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100110 10000111
Octal 21 46 207
Decimal 17 38 135
Hex 11 26 87

RGB Percentages of Color #112687

%8.95
%20.00
%71.05

CMYK Percentages of Color #112687

%87
%72
%0
%47

Triadic Colors of #112687

#112687 #871126 #268711

Analogous Colors of #112687

#112687 #371187 #116187

Monochromatic Colors of #112687

#112687

Complementary Color

#112687 #877211

#112687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112687 Color CSS Codes

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

#112687 Text Font Color

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

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


#112687 Background Color

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

This div background color is #112687


#112687 Border Color

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

This div border color is #112687


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112687


Comments

No comments written yet.

Please login to write comment.