Color Hex Logo

#111341 Color Hex

#111341
(17,19,65)
0 Favorites   0 Comments

Color spaces of #111341

RGB 171965
HSL0.660.590.16
HSV238°74°25°
CMYK 0.740.710.00   0.75
XYZ1.41820.96665.1128
Yxy0.96660.18920.1289
Hunter Lab9.83168.5433-23.9510
CIE-Lab8.710016.5850-29.5509

#111341 color RGB value is (17,19,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00010011 01000001
Octal 21 23 101
Decimal 17 19 65
Hex 11 13 41

RGB Percentages of Color #111341

%16.83
%18.81
%64.36

CMYK Percentages of Color #111341

%74
%71
%0
%75

Triadic Colors of #111341

#111341 #411113 #134111

Analogous Colors of #111341

#111341 #271141 #112b41

Monochromatic Colors of #111341

#111341

Complementary Color

#111341 #413f11

#111341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#111341 Color CSS Codes

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

#111341 Text Font Color

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

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


#111341 Background Color

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

This div background color is #111341


#111341 Border Color

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

This div border color is #111341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111341


Comments

No comments written yet.

Please login to write comment.