Color Hex Logo

#112f8a Color Hex

#112F8A
(17,47,138)
0 Favorites   0 Comments

Color spaces of #112f8a

RGB 1747138
HSL0.630.780.30
HSV225°88°54°
CMYK 0.880.660.00   0.46
XYZ5.83513.987224.5068
Yxy3.98720.17000.1161
Hunter Lab19.968017.2178-58.7893
CIE-Lab23.629126.4303-53.3315

#112f8a color RGB value is (17,47,138).

#112f8a hex color red value is 17, green value is 47 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #112f8a hue: 0.63 , saturation: 0.78 and the lightness value of 112f8a is 0.30.

The process color (four color CMYK) of #112f8a color hex is 0.88, 0.66, 0.00, 0.46. Web safe color of #112f8a is #003399. Color #112f8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101111 10001010
Octal 21 57 212
Decimal 17 47 138
Hex 11 2F 8A

RGB Percentages of Color #112f8a

%8.42
%23.27
%68.32

CMYK Percentages of Color #112f8a

%88
%66
%0
%46

Triadic Colors of #112f8a

#112f8a #8a112f #2f8a11

Analogous Colors of #112f8a

#112f8a #30118a #116c8a

Monochromatic Colors of #112f8a

#112f8a

Complementary Color

#112f8a #8a6c11

#112f8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112f8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#112f8a Color CSS Codes

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

#112f8a Text Font Color

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

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


#112f8a Background Color

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

This div background color is #112f8a


#112f8a Border Color

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

This div border color is #112f8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112f8a


Comments

No comments written yet.

Please login to write comment.