Color Hex Logo

#112770 Color Hex

#112770
(17,39,112)
0 Favorites   0 Comments

Color spaces of #112770

RGB 1739112
HSL0.630.740.25
HSV226°85°44°
CMYK 0.850.650.00   0.56
XYZ3.88132.740115.6536
Yxy2.74010.17420.1230
Hunter Lab16.553212.8854-44.4804
CIE-Lab18.971421.4411-44.4771

#112770 color RGB value is (17,39,112).

#112770 hex color red value is 17, green value is 39 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #112770 hue: 0.63 , saturation: 0.74 and the lightness value of 112770 is 0.25.

The process color (four color CMYK) of #112770 color hex is 0.85, 0.65, 0.00, 0.56. Web safe color of #112770 is #003366. Color #112770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100111 01110000
Octal 21 47 160
Decimal 17 39 112
Hex 11 27 70

RGB Percentages of Color #112770

%10.12
%23.21
%66.67

CMYK Percentages of Color #112770

%85
%65
%0
%56

Triadic Colors of #112770

#112770 #701127 #277011

Analogous Colors of #112770

#112770 #2b1170 #115670

Monochromatic Colors of #112770

#112770

Complementary Color

#112770 #705a11

#112770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112770 Color CSS Codes

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

#112770 Text Font Color

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

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


#112770 Background Color

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

This div background color is #112770


#112770 Border Color

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

This div border color is #112770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112770


Comments

No comments written yet.

Please login to write comment.