Color Hex Logo

#112551 Color Hex

#112551
(17,37,81)
0 Favorites   0 Comments

Color spaces of #112551

RGB 173781
HSL0.610.650.19
HSV221°79°32°
CMYK 0.790.540.00   0.68
XYZ2.37792.03648.0523
Yxy2.03640.19070.1633
Hunter Lab14.27024.7711-23.4665
CIE-Lab15.67719.6969-29.3335

#112551 color RGB value is (17,37,81).

#112551 hex color red value is 17, green value is 37 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #112551 hue: 0.61 , saturation: 0.65 and the lightness value of 112551 is 0.19.

The process color (four color CMYK) of #112551 color hex is 0.79, 0.54, 0.00, 0.68. Web safe color of #112551 is #003366. Color #112551 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100101 01010001
Octal 21 45 121
Decimal 17 37 81
Hex 11 25 51

RGB Percentages of Color #112551

%12.59
%27.41
%60.00

CMYK Percentages of Color #112551

%79
%54
%0
%68

Triadic Colors of #112551

#112551 #511125 #255111

Analogous Colors of #112551

#112551 #1d1151 #114551

Monochromatic Colors of #112551

#112551

Complementary Color

#112551 #513d11

#112551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112551 Color CSS Codes

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

#112551 Text Font Color

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

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


#112551 Background Color

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

This div background color is #112551


#112551 Border Color

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

This div border color is #112551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112551


Comments

No comments written yet.

Please login to write comment.