Color Hex Logo

#111949 Color Hex

#111949
(17,25,73)
0 Favorites   0 Comments

Color spaces of #111949

RGB 172573
HSL0.640.620.18
HSV231°77°29°
CMYK 0.770.660.00   0.71
XYZ1.78141.29556.4595
Yxy1.29550.18680.1358
Hunter Lab11.38208.0186-25.6808
CIE-Lab11.244015.3832-31.0303

#111949 color RGB value is (17,25,73).

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

The process color (four color CMYK) of #111949 color hex is 0.77, 0.66, 0.00, 0.71. Web safe color of #111949 is #000033. Color #111949 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011001 01001001
Octal 21 31 111
Decimal 17 25 73
Hex 11 19 49

RGB Percentages of Color #111949

%14.78
%21.74
%63.48

CMYK Percentages of Color #111949

%77
%66
%0
%71

Triadic Colors of #111949

#111949 #491119 #194911

Analogous Colors of #111949

#111949 #251149 #113549

Monochromatic Colors of #111949

#111949

Complementary Color

#111949 #494111

#111949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111949 Color CSS Codes

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

#111949 Text Font Color

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

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


#111949 Background Color

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

This div background color is #111949


#111949 Border Color

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

This div border color is #111949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111949


Comments

No comments written yet.

Please login to write comment.