Color Hex Logo

#111476 Color Hex

#111476
(17,20,118)
0 Favorites   0 Comments

Color spaces of #111476

RGB 1720118
HSL0.660.750.26
HSV238°86°46°
CMYK 0.860.830.00   0.54
XYZ3.75131.927517.3139
Yxy1.92750.16320.0838
Hunter Lab13.883423.9346-64.2215
CIE-Lab15.102136.1752-54.7289

#111476 color RGB value is (17,20,118).

#111476 hex color red value is 17, green value is 20 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #111476 hue: 0.66 , saturation: 0.75 and the lightness value of 111476 is 0.26.

The process color (four color CMYK) of #111476 color hex is 0.86, 0.83, 0.00, 0.54. Web safe color of #111476 is #000066. Color #111476 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010100 01110110
Octal 21 24 166
Decimal 17 20 118
Hex 11 14 76

RGB Percentages of Color #111476

%10.97
%12.90
%76.13

CMYK Percentages of Color #111476

%86
%83
%0
%54

Triadic Colors of #111476

#111476 #761114 #147611

Analogous Colors of #111476

#111476 #411176 #114776

Monochromatic Colors of #111476

#111476

Complementary Color

#111476 #767311

#111476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111476 Color CSS Codes

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

#111476 Text Font Color

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

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


#111476 Background Color

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

This div background color is #111476


#111476 Border Color

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

This div border color is #111476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111476


Comments

No comments written yet.

Please login to write comment.