Color Hex Logo

#112649 Color Hex

#112649
(17,38,73)
0 Favorites   0 Comments

Color spaces of #112649

RGB 173873
HSL0.600.620.18
HSV218°77°29°
CMYK 0.770.480.00   0.71
XYZ2.12691.98646.5747
Yxy1.98640.19900.1859
Hunter Lab14.09402.2727-17.7924
CIE-Lab15.41575.4859-24.2987

#112649 color RGB value is (17,38,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100110 01001001
Octal 21 46 111
Decimal 17 38 73
Hex 11 26 49

RGB Percentages of Color #112649

%13.28
%29.69
%57.03

CMYK Percentages of Color #112649

%77
%48
%0
%71

Triadic Colors of #112649

#112649 #491126 #264911

Analogous Colors of #112649

#112649 #181149 #114249

Monochromatic Colors of #112649

#112649

Complementary Color

#112649 #493411

#112649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112649 Color CSS Codes

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

#112649 Text Font Color

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

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


#112649 Background Color

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

This div background color is #112649


#112649 Border Color

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

This div border color is #112649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112649


Comments

No comments written yet.

Please login to write comment.