Color Hex Logo

#111d4a Color Hex

#111D4A
(17,29,74)
0 Favorites   0 Comments

Color spaces of #111d4a

RGB 172974
HSL0.630.630.18
HSV227°77°29°
CMYK 0.770.610.00   0.71
XYZ1.90661.49236.6661
Yxy1.49230.18940.1483
Hunter Lab12.21606.4813-23.8026
CIE-Lab12.559012.7562-29.5859

#111d4a color RGB value is (17,29,74).

#111d4a hex color red value is 17, green value is 29 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #111d4a hue: 0.63 , saturation: 0.63 and the lightness value of 111d4a is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011101 01001010
Octal 21 35 112
Decimal 17 29 74
Hex 11 1D 4A

RGB Percentages of Color #111d4a

%14.17
%24.17
%61.67

CMYK Percentages of Color #111d4a

%77
%61
%0
%71

Triadic Colors of #111d4a

#111d4a #4a111d #1d4a11

Analogous Colors of #111d4a

#111d4a #22114a #11394a

Monochromatic Colors of #111d4a

#111d4a

Complementary Color

#111d4a #4a3e11

#111d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#111d4a Color CSS Codes

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

#111d4a Text Font Color

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

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


#111d4a Background Color

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

This div background color is #111d4a


#111d4a Border Color

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

This div border color is #111d4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,29,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #111d4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #111d4a;
  -webkit-box-shadow: 1px 1px 3px 2px #111d4a;
  box-shadow:         1px 1px 3px 2px #111d4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111d4a

#111d4a Color Palettes


Comments

No comments written yet.

Please login to write comment.