Color Hex Logo

#112441 Color Hex

#112441
(17,36,65)
0 Favorites   0 Comments

Color spaces of #112441

RGB 173665
HSL0.600.590.16
HSV216°74°25°
CMYK 0.740.450.00   0.75
XYZ1.81621.76265.2455
Yxy1.76260.20580.1997
Hunter Lab13.27631.1853-14.1322
CIE-Lab14.18863.5503-20.7241

#112441 color RGB value is (17,36,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100100 01000001
Octal 21 44 101
Decimal 17 36 65
Hex 11 24 41

RGB Percentages of Color #112441

%14.41
%30.51
%55.08

CMYK Percentages of Color #112441

%74
%45
%0
%75

Triadic Colors of #112441

#112441 #411124 #244111

Analogous Colors of #112441

#112441 #161141 #113c41

Monochromatic Colors of #112441

#112441

Complementary Color

#112441 #412e11

#112441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112441 Color CSS Codes

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

#112441 Text Font Color

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

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


#112441 Background Color

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

This div background color is #112441


#112441 Border Color

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

This div border color is #112441


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,36,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 #112441">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112441


Comments

No comments written yet.

Please login to write comment.