Color Hex Logo

#112987 Color Hex

#112987
(17,41,135)
0 Favorites   0 Comments

Color spaces of #112987

RGB 1741135
HSL0.630.780.30
HSV228°87°53°
CMYK 0.870.700.00   0.47
XYZ5.39733.454323.3040
Yxy3.45430.16780.1074
Hunter Lab18.585719.3113-61.3316
CIE-Lab21.778529.3451-54.4983

#112987 color RGB value is (17,41,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 10000111
Octal 21 51 207
Decimal 17 41 135
Hex 11 29 87

RGB Percentages of Color #112987

%8.81
%21.24
%69.95

CMYK Percentages of Color #112987

%87
%70
%0
%47

Triadic Colors of #112987

#112987 #871129 #298711

Analogous Colors of #112987

#112987 #341187 #116487

Monochromatic Colors of #112987

#112987

Complementary Color

#112987 #876f11

#112987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112987 Color CSS Codes

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

#112987 Text Font Color

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

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


#112987 Background Color

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

This div background color is #112987


#112987 Border Color

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

This div border color is #112987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112987


Comments

No comments written yet.

Please login to write comment.