Color Hex Logo

#112866 Color Hex

#112866
(17,40,102)
0 Favorites   0 Comments

Color spaces of #112866

RGB 1740102
HSL0.620.710.23
HSV224°83°40°
CMYK 0.830.610.00   0.60
XYZ3.38822.596112.8929
Yxy2.59610.17950.1375
Hunter Lab16.11249.3391-36.1642
CIE-Lab18.347816.5052-38.9907

#112866 color RGB value is (17,40,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101000 01100110
Octal 21 50 146
Decimal 17 40 102
Hex 11 28 66

RGB Percentages of Color #112866

%10.69
%25.16
%64.15

CMYK Percentages of Color #112866

%83
%61
%0
%60

Triadic Colors of #112866

#112866 #661128 #286611

Analogous Colors of #112866

#112866 #241166 #115366

Monochromatic Colors of #112866

#112866

Complementary Color

#112866 #664f11

#112866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112866 Color CSS Codes

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

#112866 Text Font Color

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

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


#112866 Background Color

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

This div background color is #112866


#112866 Border Color

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

This div border color is #112866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112866


Comments

No comments written yet.

Please login to write comment.