Color Hex Logo

#112c4a Color Hex

#112C4A
(17,44,74)
0 Favorites   0 Comments

Color spaces of #112c4a

RGB 174474
HSL0.590.630.18
HSV212°77°29°
CMYK 0.770.410.00   0.71
XYZ2.36792.41496.8199
Yxy2.41490.20410.2081
Hunter Lab15.53990.0040-15.1422
CIE-Lab17.52931.5082-21.6181

#112c4a color RGB value is (17,44,74).

#112c4a hex color red value is 17, green value is 44 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #112c4a hue: 0.59 , saturation: 0.63 and the lightness value of 112c4a is 0.18.

The process color (four color CMYK) of #112c4a color hex is 0.77, 0.41, 0.00, 0.71. Web safe color of #112c4a is #003333. Color #112c4a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 01001010
Octal 21 54 112
Decimal 17 44 74
Hex 11 2C 4A

RGB Percentages of Color #112c4a

%12.59
%32.59
%54.81

CMYK Percentages of Color #112c4a

%77
%41
%0
%71

Triadic Colors of #112c4a

#112c4a #4a112c #2c4a11

Analogous Colors of #112c4a

#112c4a #13114a #11484a

Monochromatic Colors of #112c4a

#112c4a

Complementary Color

#112c4a #4a2f11

#112c4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112c4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#112c4a Color CSS Codes

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

#112c4a Text Font Color

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

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


#112c4a Background Color

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

This div background color is #112c4a


#112c4a Border Color

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

This div border color is #112c4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,44,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112c4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112c4a;
  -webkit-box-shadow: 1px 1px 3px 2px #112c4a;
  box-shadow:         1px 1px 3px 2px #112c4a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112c4a


Comments

No comments written yet.

Please login to write comment.