Color Hex Logo

#112339 Color Hex

#112339
(17,35,57)
0 Favorites   0 Comments

Color spaces of #112339

RGB 173557
HSL0.590.540.15
HSV213°70°22°
CMYK 0.700.390.00   0.78
XYZ1.57071.61664.1002
Yxy1.61660.21550.2218
Hunter Lab12.7146-0.1994-10.2197
CIE-Lab13.33090.9303-16.4660

#112339 color RGB value is (17,35,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100011 00111001
Octal 21 43 71
Decimal 17 35 57
Hex 11 23 39

RGB Percentages of Color #112339

%15.60
%32.11
%52.29

CMYK Percentages of Color #112339

%70
%39
%0
%78

Triadic Colors of #112339

#112339 #391123 #233911

Analogous Colors of #112339

#112339 #131139 #113739

Monochromatic Colors of #112339

#112339

Complementary Color

#112339 #392711

#112339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112339 Color CSS Codes

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

#112339 Text Font Color

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

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


#112339 Background Color

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

This div background color is #112339


#112339 Border Color

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

This div border color is #112339


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,35,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 #112339">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112339


Comments

No comments written yet.

Please login to write comment.