Color Hex Logo

#111866 Color Hex

#111866
(17,24,102)
0 Favorites   0 Comments

Color spaces of #111866

RGB 1724102
HSL0.650.710.23
HSV235°83°40°
CMYK 0.830.760.00   0.60
XYZ2.95611.731712.7488
Yxy1.73170.16950.0993
Hunter Lab13.159417.0689-48.2284
CIE-Lab14.011127.8819-46.1004

#111866 color RGB value is (17,24,102).

#111866 hex color red value is 17, green value is 24 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #111866 hue: 0.65 , saturation: 0.71 and the lightness value of 111866 is 0.23.

The process color (four color CMYK) of #111866 color hex is 0.83, 0.76, 0.00, 0.60. Web safe color of #111866 is #000066. Color #111866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011000 01100110
Octal 21 30 146
Decimal 17 24 102
Hex 11 18 66

RGB Percentages of Color #111866

%11.89
%16.78
%71.33

CMYK Percentages of Color #111866

%83
%76
%0
%60

Triadic Colors of #111866

#111866 #661118 #186611

Analogous Colors of #111866

#111866 #351166 #114366

Monochromatic Colors of #111866

#111866

Complementary Color

#111866 #665f11

#111866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111866 Color CSS Codes

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

#111866 Text Font Color

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

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


#111866 Background Color

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

This div background color is #111866


#111866 Border Color

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

This div border color is #111866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111866


Comments

No comments written yet.

Please login to write comment.