Color Hex Logo

#112c5a Color Hex

#112C5A
(17,44,90)
0 Favorites   0 Comments

Color spaces of #112c5a

RGB 174490
HSL0.610.680.21
HSV218°81°35°
CMYK 0.810.510.00   0.65
XYZ2.97732.658710.0291
Yxy2.65870.19010.1697
Hunter Lab16.30554.0585-25.0539
CIE-Lab18.62178.3839-30.6303

#112c5a color RGB value is (17,44,90).

#112c5a hex color red value is 17, green value is 44 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #112c5a hue: 0.61 , saturation: 0.68 and the lightness value of 112c5a is 0.21.

The process color (four color CMYK) of #112c5a color hex is 0.81, 0.51, 0.00, 0.65. Web safe color of #112c5a is #003366. Color #112c5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 01011010
Octal 21 54 132
Decimal 17 44 90
Hex 11 2C 5A

RGB Percentages of Color #112c5a

%11.26
%29.14
%59.60

CMYK Percentages of Color #112c5a

%81
%51
%0
%65

Triadic Colors of #112c5a

#112c5a #5a112c #2c5a11

Analogous Colors of #112c5a

#112c5a #1b115a #11505a

Monochromatic Colors of #112c5a

#112c5a

Complementary Color

#112c5a #5a3f11

#112c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#112c5a Color CSS Codes

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

#112c5a Text Font Color

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

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


#112c5a Background Color

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

This div background color is #112c5a


#112c5a Border Color

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

This div border color is #112c5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112c5a


Comments

No comments written yet.

Please login to write comment.