Color Hex Logo

#112740 Color Hex

#112740
(17,39,64)
0 Favorites   0 Comments

Color spaces of #112740

RGB 173964
HSL0.590.580.16
HSV212°73°25°
CMYK 0.730.390.00   0.75
XYZ1.88211.94045.1258
Yxy1.94040.21030.2168
Hunter Lab13.9298-0.2595-12.0662
CIE-Lab15.17130.9119-18.4719

#112740 color RGB value is (17,39,64).

#112740 hex color red value is 17, green value is 39 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #112740 hue: 0.59 , saturation: 0.58 and the lightness value of 112740 is 0.16.

The process color (four color CMYK) of #112740 color hex is 0.73, 0.39, 0.00, 0.75. Web safe color of #112740 is #003333. Color #112740 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100111 01000000
Octal 21 47 100
Decimal 17 39 64
Hex 11 27 40

RGB Percentages of Color #112740

%14.17
%32.50
%53.33

CMYK Percentages of Color #112740

%73
%39
%0
%75

Triadic Colors of #112740

#112740 #401127 #274011

Analogous Colors of #112740

#112740 #131140 #113f40

Monochromatic Colors of #112740

#112740

Complementary Color

#112740 #402a11

#112740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112740 Color CSS Codes

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

#112740 Text Font Color

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

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


#112740 Background Color

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

This div background color is #112740


#112740 Border Color

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

This div border color is #112740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112740

#112740 Color Palettes


Comments

No comments written yet.

Please login to write comment.