Color Hex Logo

#112669 Color Hex

#112669
(17,38,105)
0 Favorites   0 Comments

Color spaces of #112669

RGB 1738105
HSL0.630.720.24
HSV226°84°41°
CMYK 0.840.640.00   0.59
XYZ3.47412.525313.6689
Yxy2.52530.17660.1284
Hunter Lab15.891211.2137-39.8748
CIE-Lab18.032619.2426-41.4662

#112669 color RGB value is (17,38,105).

#112669 hex color red value is 17, green value is 38 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #112669 hue: 0.63 , saturation: 0.72 and the lightness value of 112669 is 0.24.

The process color (four color CMYK) of #112669 color hex is 0.84, 0.64, 0.00, 0.59. Web safe color of #112669 is #003366. Color #112669 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100110 01101001
Octal 21 46 151
Decimal 17 38 105
Hex 11 26 69

RGB Percentages of Color #112669

%10.63
%23.75
%65.63

CMYK Percentages of Color #112669

%84
%64
%0
%59

Triadic Colors of #112669

#112669 #691126 #266911

Analogous Colors of #112669

#112669 #281169 #115269

Monochromatic Colors of #112669

#112669

Complementary Color

#112669 #695411

#112669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112669 Color CSS Codes

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

#112669 Text Font Color

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

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


#112669 Background Color

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

This div background color is #112669


#112669 Border Color

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

This div border color is #112669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112669


Comments

No comments written yet.

Please login to write comment.