Color Hex Logo

#112741 Color Hex

#112741
(17,39,65)
0 Favorites   0 Comments

Color spaces of #112741

RGB 173965
HSL0.590.590.16
HSV213°74°25°
CMYK 0.740.400.00   0.75
XYZ1.91081.95195.2771
Yxy1.95190.20910.2136
Hunter Lab13.9710-0.0361-12.6151
CIE-Lab15.23281.3311-19.0696

#112741 color RGB value is (17,39,65).

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

The process color (four color CMYK) of #112741 color hex is 0.74, 0.40, 0.00, 0.75. Web safe color of #112741 is #003333. Color #112741 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100111 01000001
Octal 21 47 101
Decimal 17 39 65
Hex 11 27 41

RGB Percentages of Color #112741

%14.05
%32.23
%53.72

CMYK Percentages of Color #112741

%74
%40
%0
%75

Triadic Colors of #112741

#112741 #411127 #274111

Analogous Colors of #112741

#112741 #131141 #113f41

Monochromatic Colors of #112741

#112741

Complementary Color

#112741 #412b11

#112741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112741 Color CSS Codes

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

#112741 Text Font Color

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

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


#112741 Background Color

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

This div background color is #112741


#112741 Border Color

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

This div border color is #112741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112741


Comments

No comments written yet.

Please login to write comment.