Color Hex Logo

#112075 Color Hex

#112075
(17,32,117)
0 Favorites   0 Comments

Color spaces of #112075

RGB 1732117
HSL0.640.750.26
HSV231°85°46°
CMYK 0.850.730.00   0.54
XYZ3.95862.436517.0913
Yxy2.43650.16850.1037
Hunter Lab15.609317.9523-53.9927
CIE-Lab17.629028.3632-49.9058

#112075 color RGB value is (17,32,117).

#112075 hex color red value is 17, green value is 32 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #112075 hue: 0.64 , saturation: 0.75 and the lightness value of 112075 is 0.26.

The process color (four color CMYK) of #112075 color hex is 0.85, 0.73, 0.00, 0.54. Web safe color of #112075 is #003366. Color #112075 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100000 01110101
Octal 21 40 165
Decimal 17 32 117
Hex 11 20 75

RGB Percentages of Color #112075

%10.24
%19.28
%70.48

CMYK Percentages of Color #112075

%85
%73
%0
%54

Triadic Colors of #112075

#112075 #751120 #207511

Analogous Colors of #112075

#112075 #341175 #115275

Monochromatic Colors of #112075

#112075

Complementary Color

#112075 #756611

#112075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112075 Color CSS Codes

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

#112075 Text Font Color

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

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


#112075 Background Color

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

This div background color is #112075


#112075 Border Color

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

This div border color is #112075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112075

#112075 Color Palettes


Comments

No comments written yet.

Please login to write comment.