Color Hex Logo

#112499 Color Hex

#112499
(17,36,153)
0 Favorites   0 Comments

Color spaces of #112499

RGB 1736153
HSL0.640.800.33
HSV232°89°60°
CMYK 0.890.760.00   0.40
XYZ6.61183.680830.4990
Yxy3.68080.16210.0902
Hunter Lab19.185427.9414-80.8234
CIE-Lab22.586839.3126-64.3305

#112499 color RGB value is (17,36,153).

#112499 hex color red value is 17, green value is 36 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #112499 hue: 0.64 , saturation: 0.80 and the lightness value of 112499 is 0.33.

The process color (four color CMYK) of #112499 color hex is 0.89, 0.76, 0.00, 0.40. Web safe color of #112499 is #003399. Color #112499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100100 10011001
Octal 21 44 231
Decimal 17 36 153
Hex 11 24 99

RGB Percentages of Color #112499

%8.25
%17.48
%74.27

CMYK Percentages of Color #112499

%89
%76
%0
%40

Triadic Colors of #112499

#112499 #991124 #249911

Analogous Colors of #112499

#112499 #421199 #116899

Monochromatic Colors of #112499

#112499

Complementary Color

#112499 #998611

#112499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112499 Color CSS Codes

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

#112499 Text Font Color

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

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


#112499 Background Color

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

This div background color is #112499


#112499 Border Color

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

This div border color is #112499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112499


Comments

No comments written yet.

Please login to write comment.