Color Hex Logo

#112249 Color Hex

#112249
(17,34,73)
0 Favorites   0 Comments

Color spaces of #112249

RGB 173473
HSL0.620.620.18
HSV222°77°29°
CMYK 0.770.530.00   0.71
XYZ2.00581.74436.5343
Yxy1.74430.19500.1696
Hunter Lab13.20723.9965-20.0889
CIE-Lab14.08378.5006-26.4341

#112249 color RGB value is (17,34,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100010 01001001
Octal 21 42 111
Decimal 17 34 73
Hex 11 22 49

RGB Percentages of Color #112249

%13.71
%27.42
%58.87

CMYK Percentages of Color #112249

%77
%53
%0
%71

Triadic Colors of #112249

#112249 #491122 #224911

Analogous Colors of #112249

#112249 #1c1149 #113e49

Monochromatic Colors of #112249

#112249

Complementary Color

#112249 #493811

#112249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112249 Color CSS Codes

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

#112249 Text Font Color

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

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


#112249 Background Color

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

This div background color is #112249


#112249 Border Color

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

This div border color is #112249


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,34,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 #112249">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112249


Comments

No comments written yet.

Please login to write comment.