Color Hex Logo

#112e55 Color Hex

#112E55
(17,46,85)
0 Favorites   0 Comments

Color spaces of #112e55

RGB 174685
HSL0.600.670.20
HSV214°80°33°
CMYK 0.800.460.00   0.67
XYZ2.84792.72908.9710
Yxy2.72900.19580.1876
Hunter Lab16.51971.8629-20.6336
CIE-Lab18.92414.7627-26.8135

#112e55 color RGB value is (17,46,85).

#112e55 hex color red value is 17, green value is 46 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #112e55 hue: 0.60 , saturation: 0.67 and the lightness value of 112e55 is 0.20.

The process color (four color CMYK) of #112e55 color hex is 0.80, 0.46, 0.00, 0.67. Web safe color of #112e55 is #003366. Color #112e55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101110 01010101
Octal 21 56 125
Decimal 17 46 85
Hex 11 2E 55

RGB Percentages of Color #112e55

%11.49
%31.08
%57.43

CMYK Percentages of Color #112e55

%80
%46
%0
%67

Triadic Colors of #112e55

#112e55 #55112e #2e5511

Analogous Colors of #112e55

#112e55 #161155 #115055

Monochromatic Colors of #112e55

#112e55

Complementary Color

#112e55 #553811

#112e55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112e55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112e55 Color CSS Codes

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

#112e55 Text Font Color

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

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


#112e55 Background Color

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

This div background color is #112e55


#112e55 Border Color

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

This div border color is #112e55


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,46,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112e55; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112e55;
  -webkit-box-shadow: 1px 1px 3px 2px #112e55;
  box-shadow:         1px 1px 3px 2px #112e55; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112e55


Comments

No comments written yet.

Please login to write comment.