Color Hex Logo

#112456 Color Hex

#112456
(17,36,86)
0 Favorites   0 Comments

Color spaces of #112456

RGB 173686
HSL0.620.670.20
HSV223°80°34°
CMYK 0.800.580.00   0.66
XYZ2.54182.05289.0664
Yxy2.05280.18610.1503
Hunter Lab14.32766.5937-27.4890
CIE-Lab15.761912.6169-32.5730

#112456 color RGB value is (17,36,86).

#112456 hex color red value is 17, green value is 36 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #112456 hue: 0.62 , saturation: 0.67 and the lightness value of 112456 is 0.20.

The process color (four color CMYK) of #112456 color hex is 0.80, 0.58, 0.00, 0.66. Web safe color of #112456 is #003366. Color #112456 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100100 01010110
Octal 21 44 126
Decimal 17 36 86
Hex 11 24 56

RGB Percentages of Color #112456

%12.23
%25.90
%61.87

CMYK Percentages of Color #112456

%80
%58
%0
%66

Triadic Colors of #112456

#112456 #561124 #245611

Analogous Colors of #112456

#112456 #211156 #114756

Monochromatic Colors of #112456

#112456

Complementary Color

#112456 #564311

#112456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112456 Color CSS Codes

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

#112456 Text Font Color

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

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


#112456 Background Color

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

This div background color is #112456


#112456 Border Color

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

This div border color is #112456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112456


Comments

No comments written yet.

Please login to write comment.