Color Hex Logo

#111e2f Color Hex

#111E2F
(17,30,47)
0 Favorites   0 Comments

Color spaces of #111e2f

RGB 173047
HSL0.590.470.13
HSV214°64°18°
CMYK 0.640.360.00   0.82
XYZ1.20851.25302.8675
Yxy1.25300.22680.2351
Hunter Lab11.1937-0.3178-7.3527
CIE-Lab10.94270.5680-13.0508

#111e2f color RGB value is (17,30,47).

#111e2f hex color red value is 17, green value is 30 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #111e2f hue: 0.59 , saturation: 0.47 and the lightness value of 111e2f is 0.13.

The process color (four color CMYK) of #111e2f color hex is 0.64, 0.36, 0.00, 0.82. Web safe color of #111e2f is #003333. Color #111e2f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00011110 00101111
Octal 21 36 57
Decimal 17 30 47
Hex 11 1E 2F

RGB Percentages of Color #111e2f

%18.09
%31.91
%50.00

CMYK Percentages of Color #111e2f

%64
%36
%0
%82

Triadic Colors of #111e2f

#111e2f #2f111e #1e2f11

Analogous Colors of #111e2f

#111e2f #13112f #112d2f

Monochromatic Colors of #111e2f

#111e2f

Complementary Color

#111e2f #2f2211

#111e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#111e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#111e2f Color CSS Codes

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

#111e2f Text Font Color

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

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


#111e2f Background Color

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

This div background color is #111e2f


#111e2f Border Color

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

This div border color is #111e2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,30,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #111e2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #111e2f;
  -webkit-box-shadow: 1px 1px 3px 2px #111e2f;
  box-shadow:         1px 1px 3px 2px #111e2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #111e2f


Comments

No comments written yet.

Please login to write comment.