Color Hex Logo

#111385 Color Hex

#111385
(17,19,133)
0 Favorites   0 Comments

Color spaces of #111385

RGB 1719133
HSL0.660.770.29
HSV239°87°52°
CMYK 0.870.860.00   0.48
XYZ4.69772.278422.3825
Yxy2.27840.16000.0776
Hunter Lab15.094429.1380-77.3514
CIE-Lab16.885341.7459-61.3368

#111385 color RGB value is (17,19,133).

#111385 hex color red value is 17, green value is 19 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #111385 hue: 0.66 , saturation: 0.77 and the lightness value of 111385 is 0.29.

The process color (four color CMYK) of #111385 color hex is 0.87, 0.86, 0.00, 0.48. Web safe color of #111385 is #000099. Color #111385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 10000101
Octal 21 23 205
Decimal 17 19 133
Hex 11 13 85

RGB Percentages of Color #111385

%10.06
%11.24
%78.70

CMYK Percentages of Color #111385

%87
%86
%0
%48

Triadic Colors of #111385

#111385 #851113 #138511

Analogous Colors of #111385

#111385 #491185 #114d85

Monochromatic Colors of #111385

#111385

Complementary Color

#111385 #858311

#111385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111385 Color CSS Codes

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

#111385 Text Font Color

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

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


#111385 Background Color

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

This div background color is #111385


#111385 Border Color

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

This div border color is #111385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111385


Comments

No comments written yet.

Please login to write comment.