Color Hex Logo

#112792 Color Hex

#112792
(17,39,146)
0 Favorites   0 Comments

Color spaces of #112792

RGB 1739146
HSL0.640.790.32
HSV230°88°57°
CMYK 0.880.730.00   0.43
XYZ6.14503.645527.5739
Yxy3.64550.16450.0976
Hunter Lab19.093224.0358-72.2599
CIE-Lab22.463034.8881-60.2190

#112792 color RGB value is (17,39,146).

#112792 hex color red value is 17, green value is 39 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #112792 hue: 0.64 , saturation: 0.79 and the lightness value of 112792 is 0.32.

The process color (four color CMYK) of #112792 color hex is 0.88, 0.73, 0.00, 0.43. Web safe color of #112792 is #003399. Color #112792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100111 10010010
Octal 21 47 222
Decimal 17 39 146
Hex 11 27 92

RGB Percentages of Color #112792

%8.42
%19.31
%72.28

CMYK Percentages of Color #112792

%88
%73
%0
%43

Triadic Colors of #112792

#112792 #921127 #279211

Analogous Colors of #112792

#112792 #3c1192 #116892

Monochromatic Colors of #112792

#112792

Complementary Color

#112792 #927c11

#112792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112792 Color CSS Codes

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

#112792 Text Font Color

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

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


#112792 Background Color

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

This div background color is #112792


#112792 Border Color

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

This div border color is #112792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112792


Comments

No comments written yet.

Please login to write comment.