Color Hex Logo

#111355 Color Hex

#111355
(17,19,85)
0 Favorites   0 Comments

Color spaces of #111355

RGB 171985
HSL0.660.670.20
HSV238°80°33°
CMYK 0.800.780.00   0.67
XYZ2.10371.24088.7229
Yxy1.24080.17430.1028
Hunter Lab11.139114.2175-38.6318
CIE-Lab10.855024.6299-39.9161

#111355 color RGB value is (17,19,85).

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

The process color (four color CMYK) of #111355 color hex is 0.80, 0.78, 0.00, 0.67. Web safe color of #111355 is #000066. Color #111355 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 01010101
Octal 21 23 125
Decimal 17 19 85
Hex 11 13 55

RGB Percentages of Color #111355

%14.05
%15.70
%70.25

CMYK Percentages of Color #111355

%80
%78
%0
%67

Triadic Colors of #111355

#111355 #551113 #135511

Analogous Colors of #111355

#111355 #311155 #113555

Monochromatic Colors of #111355

#111355

Complementary Color

#111355 #555311

#111355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111355 Color CSS Codes

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

#111355 Text Font Color

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

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


#111355 Background Color

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

This div background color is #111355


#111355 Border Color

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

This div border color is #111355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111355


Comments

No comments written yet.

Please login to write comment.