Color Hex Logo

#112366 Color Hex

#112366
(17,35,102)
0 Favorites   0 Comments

Color spaces of #112366

RGB 1735102
HSL0.630.710.23
HSV227°83°40°
CMYK 0.830.660.00   0.60
XYZ3.23052.280512.8403
Yxy2.28050.17600.1243
Hunter Lab15.101311.7577-39.8420
CIE-Lab16.895420.1719-41.3611

#112366 color RGB value is (17,35,102).

#112366 hex color red value is 17, green value is 35 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #112366 hue: 0.63 , saturation: 0.71 and the lightness value of 112366 is 0.23.

The process color (four color CMYK) of #112366 color hex is 0.83, 0.66, 0.00, 0.60. Web safe color of #112366 is #003366. Color #112366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100011 01100110
Octal 21 43 146
Decimal 17 35 102
Hex 11 23 66

RGB Percentages of Color #112366

%11.04
%22.73
%66.23

CMYK Percentages of Color #112366

%83
%66
%0
%60

Triadic Colors of #112366

#112366 #661123 #236611

Analogous Colors of #112366

#112366 #291166 #114e66

Monochromatic Colors of #112366

#112366

Complementary Color

#112366 #665411

#112366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112366 Color CSS Codes

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

#112366 Text Font Color

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

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


#112366 Background Color

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

This div background color is #112366


#112366 Border Color

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

This div border color is #112366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112366


Comments

No comments written yet.

Please login to write comment.