Color Hex Logo

#112359 Color Hex

#112359
(17,35,89)
0 Favorites   0 Comments

Color spaces of #112359

RGB 173589
HSL0.630.680.21
HSV225°81°35°
CMYK 0.810.610.00   0.65
XYZ2.63542.04259.7065
Yxy2.04250.18320.1420
Hunter Lab14.29167.9054-30.2642
CIE-Lab15.708714.6595-34.6735

#112359 color RGB value is (17,35,89).

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

The process color (four color CMYK) of #112359 color hex is 0.81, 0.61, 0.00, 0.65. Web safe color of #112359 is #003366. Color #112359 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00100011 01011001
Octal 21 43 131
Decimal 17 35 89
Hex 11 23 59

RGB Percentages of Color #112359

%12.06
%24.82
%63.12

CMYK Percentages of Color #112359

%81
%61
%0
%65

Triadic Colors of #112359

#112359 #591123 #235911

Analogous Colors of #112359

#112359 #231159 #114759

Monochromatic Colors of #112359

#112359

Complementary Color

#112359 #594711

#112359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112359 Color CSS Codes

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

#112359 Text Font Color

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

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


#112359 Background Color

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

This div background color is #112359


#112359 Border Color

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

This div border color is #112359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112359


Comments

No comments written yet.

Please login to write comment.