Color Hex Logo

#112434 Color Hex

#112434
(17,36,52)
0 Favorites   0 Comments

Color spaces of #112434

RGB 173652
HSL0.580.510.14
HSV207°67°20°
CMYK 0.670.310.00   0.80
XYZ1.48191.62893.4851
Yxy1.62890.22470.2470
Hunter Lab12.7628-1.6092-7.2561
CIE-Lab13.4051-1.8363-12.8027

#112434 color RGB value is (17,36,52).

#112434 hex color red value is 17, green value is 36 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #112434 hue: 0.58 , saturation: 0.51 and the lightness value of 112434 is 0.14.

The process color (four color CMYK) of #112434 color hex is 0.67, 0.31, 0.00, 0.80. Web safe color of #112434 is #003333. Color #112434 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100100 00110100
Octal 21 44 64
Decimal 17 36 52
Hex 11 24 34

RGB Percentages of Color #112434

%16.19
%34.29
%49.52

CMYK Percentages of Color #112434

%67
%31
%0
%80

Triadic Colors of #112434

#112434 #341124 #243411

Analogous Colors of #112434

#112434 #111334 #113433

Monochromatic Colors of #112434

#112434

Complementary Color

#112434 #342111

#112434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112434 Color CSS Codes

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

#112434 Text Font Color

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

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


#112434 Background Color

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

This div background color is #112434


#112434 Border Color

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

This div border color is #112434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112434


Comments

No comments written yet.

Please login to write comment.