Color Hex Logo

#112486 Color Hex

#112486
(17,36,134)
0 Favorites   0 Comments

Color spaces of #112486

RGB 1736134
HSL0.640.770.30
HSV230°87°53°
CMYK 0.870.730.00   0.47
XYZ5.16513.102222.8808
Yxy3.10220.16580.0996
Hunter Lab17.613121.5230-64.6934
CIE-Lab20.448632.2808-56.0626

#112486 color RGB value is (17,36,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100100 10000110
Octal 21 44 206
Decimal 17 36 134
Hex 11 24 86

RGB Percentages of Color #112486

%9.09
%19.25
%71.66

CMYK Percentages of Color #112486

%87
%73
%0
%47

Triadic Colors of #112486

#112486 #861124 #248611

Analogous Colors of #112486

#112486 #391186 #115e86

Monochromatic Colors of #112486

#112486

Complementary Color

#112486 #867311

#112486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112486 Color CSS Codes

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

#112486 Text Font Color

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

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


#112486 Background Color

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

This div background color is #112486


#112486 Border Color

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

This div border color is #112486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112486


Comments

No comments written yet.

Please login to write comment.