Color Hex Logo

#111326 Color Hex

#111326
(17,19,38)
0 Favorites   0 Comments

Color spaces of #111326

RGB 171938
HSL0.650.380.11
HSV234°55°15°
CMYK 0.550.500.00   0.85
XYZ0.81390.72491.9307
Yxy0.72490.23460.2089
Hunter Lab8.51412.1639-7.4850
CIE-Lab6.54805.1166-13.2775

#111326 color RGB value is (17,19,38).

#111326 hex color red value is 17, green value is 19 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #111326 hue: 0.65 , saturation: 0.38 and the lightness value of 111326 is 0.11.

The process color (four color CMYK) of #111326 color hex is 0.55, 0.50, 0.00, 0.85. Web safe color of #111326 is #000033. Color #111326 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 00100110
Octal 21 23 46
Decimal 17 19 38
Hex 11 13 26

RGB Percentages of Color #111326

%22.97
%25.68
%51.35

CMYK Percentages of Color #111326

%55
%50
%0
%85

Triadic Colors of #111326

#111326 #261113 #132611

Analogous Colors of #111326

#111326 #1a1126 #111e26

Monochromatic Colors of #111326

#111326

Complementary Color

#111326 #262411

#111326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111326 Color CSS Codes

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

#111326 Text Font Color

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

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


#111326 Background Color

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

This div background color is #111326


#111326 Border Color

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

This div border color is #111326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111326


Comments

No comments written yet.

Please login to write comment.