Color Hex Logo

#112888 Color Hex

#112888
(17,40,136)
0 Favorites   0 Comments

Color spaces of #112888

RGB 1740136
HSL0.630.780.30
HSV228°88°53°
CMYK 0.880.710.00   0.47
XYZ5.43393.414323.6652
Yxy3.41430.16710.1050
Hunter Lab18.477820.1565-63.0003
CIE-Lab21.632130.4095-55.3657

#112888 color RGB value is (17,40,136).

#112888 hex color red value is 17, green value is 40 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #112888 hue: 0.63 , saturation: 0.78 and the lightness value of 112888 is 0.30.

The process color (four color CMYK) of #112888 color hex is 0.88, 0.71, 0.00, 0.47. Web safe color of #112888 is #003399. Color #112888 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101000 10001000
Octal 21 50 210
Decimal 17 40 136
Hex 11 28 88

RGB Percentages of Color #112888

%8.81
%20.73
%70.47

CMYK Percentages of Color #112888

%88
%71
%0
%47

Triadic Colors of #112888

#112888 #881128 #288811

Analogous Colors of #112888

#112888 #351188 #116488

Monochromatic Colors of #112888

#112888

Complementary Color

#112888 #887111

#112888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112888 Color CSS Codes

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

#112888 Text Font Color

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

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


#112888 Background Color

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

This div background color is #112888


#112888 Border Color

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

This div border color is #112888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112888


Comments

No comments written yet.

Please login to write comment.