Color Hex Logo

#112549 Color Hex

#112549
(17,37,73)
0 Favorites   0 Comments

Color spaces of #112549

RGB 173773
HSL0.610.620.18
HSV219°77°29°
CMYK 0.770.490.00   0.71
XYZ2.09531.92336.5641
Yxy1.92330.19800.1817
Hunter Lab13.86832.6992-18.3551
CIE-Lab15.07956.2339-24.8362

#112549 color RGB value is (17,37,73).

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

The process color (four color CMYK) of #112549 color hex is 0.77, 0.49, 0.00, 0.71. Web safe color of #112549 is #003333. Color #112549 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100101 01001001
Octal 21 45 111
Decimal 17 37 73
Hex 11 25 49

RGB Percentages of Color #112549

%13.39
%29.13
%57.48

CMYK Percentages of Color #112549

%77
%49
%0
%71

Triadic Colors of #112549

#112549 #491125 #254911

Analogous Colors of #112549

#112549 #191149 #114149

Monochromatic Colors of #112549

#112549

Complementary Color

#112549 #493511

#112549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112549 Color CSS Codes

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

#112549 Text Font Color

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

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


#112549 Background Color

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

This div background color is #112549


#112549 Border Color

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

This div border color is #112549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112549


Comments

No comments written yet.

Please login to write comment.