Color Hex Logo

#112642 Color Hex

#112642
(17,38,66)
0 Favorites   0 Comments

Color spaces of #112642

RGB 173866
HSL0.600.590.16
HSV214°74°26°
CMYK 0.740.420.00   0.74
XYZ1.90761.89875.4202
Yxy1.89870.20680.2058
Hunter Lab13.77930.5976-13.6766
CIE-Lab14.94642.4896-20.2166

#112642 color RGB value is (17,38,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100110 01000010
Octal 21 46 102
Decimal 17 38 66
Hex 11 26 42

RGB Percentages of Color #112642

%14.05
%31.40
%54.55

CMYK Percentages of Color #112642

%74
%42
%0
%74

Triadic Colors of #112642

#112642 #421126 #264211

Analogous Colors of #112642

#112642 #151142 #113f42

Monochromatic Colors of #112642

#112642

Complementary Color

#112642 #422d11

#112642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112642 Color CSS Codes

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

#112642 Text Font Color

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

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


#112642 Background Color

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

This div background color is #112642


#112642 Border Color

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

This div border color is #112642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112642


Comments

No comments written yet.

Please login to write comment.