Color Hex Logo

#112139 Color Hex

#112139
(17,33,57)
0 Favorites   0 Comments

Color spaces of #112139

RGB 173357
HSL0.600.540.15
HSV216°70°22°
CMYK 0.700.420.00   0.78
XYZ1.51351.50234.0811
Yxy1.50230.21330.2117
Hunter Lab12.25680.5921-11.1617
CIE-Lab12.62272.4179-17.5829

#112139 color RGB value is (17,33,57).

#112139 hex color red value is 17, green value is 33 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #112139 hue: 0.60 , saturation: 0.54 and the lightness value of 112139 is 0.15.

The process color (four color CMYK) of #112139 color hex is 0.70, 0.42, 0.00, 0.78. Web safe color of #112139 is #003333. Color #112139 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100001 00111001
Octal 21 41 71
Decimal 17 33 57
Hex 11 21 39

RGB Percentages of Color #112139

%15.89
%30.84
%53.27

CMYK Percentages of Color #112139

%70
%42
%0
%78

Triadic Colors of #112139

#112139 #391121 #213911

Analogous Colors of #112139

#112139 #151139 #113539

Monochromatic Colors of #112139

#112139

Complementary Color

#112139 #392911

#112139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112139 Color CSS Codes

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

#112139 Text Font Color

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

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


#112139 Background Color

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

This div background color is #112139


#112139 Border Color

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

This div border color is #112139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112139


Comments

No comments written yet.

Please login to write comment.