Color Hex Logo

#111742 Color Hex

#111742
(17,23,66)
0 Favorites   0 Comments

Color spaces of #111742

RGB 172366
HSL0.650.590.16
HSV233°74°26°
CMYK 0.740.650.00   0.74
XYZ1.52091.12535.2913
Yxy1.12530.19160.1418
Hunter Lab10.60807.0280-22.1484
CIE-Lab9.994513.9511-28.1665

#111742 color RGB value is (17,23,66).

#111742 hex color red value is 17, green value is 23 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #111742 hue: 0.65 , saturation: 0.59 and the lightness value of 111742 is 0.16.

The process color (four color CMYK) of #111742 color hex is 0.74, 0.65, 0.00, 0.74. Web safe color of #111742 is #000033. Color #111742 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010111 01000010
Octal 21 27 102
Decimal 17 23 66
Hex 11 17 42

RGB Percentages of Color #111742

%16.04
%21.70
%62.26

CMYK Percentages of Color #111742

%74
%65
%0
%74

Triadic Colors of #111742

#111742 #421117 #174211

Analogous Colors of #111742

#111742 #241142 #113042

Monochromatic Colors of #111742

#111742

Complementary Color

#111742 #423c11

#111742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111742 Color CSS Codes

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

#111742 Text Font Color

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

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


#111742 Background Color

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

This div background color is #111742


#111742 Border Color

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

This div border color is #111742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111742


Comments

No comments written yet.

Please login to write comment.