Color Hex Logo

#112988 Color Hex

#112988
(17,41,136)
0 Favorites   0 Comments

Color spaces of #112988

RGB 1741136
HSL0.630.780.30
HSV228°88°53°
CMYK 0.880.700.00   0.47
XYZ5.46803.482623.6766
Yxy3.48260.16760.1067
Hunter Lab18.661719.6436-62.1595
CIE-Lab21.881429.7372-54.9552

#112988 color RGB value is (17,41,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101001 10001000
Octal 21 51 210
Decimal 17 41 136
Hex 11 29 88

RGB Percentages of Color #112988

%8.76
%21.13
%70.10

CMYK Percentages of Color #112988

%88
%70
%0
%47

Triadic Colors of #112988

#112988 #881129 #298811

Analogous Colors of #112988

#112988 #341188 #116588

Monochromatic Colors of #112988

#112988

Complementary Color

#112988 #887011

#112988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#112988 Color CSS Codes

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

#112988 Text Font Color

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

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


#112988 Background Color

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

This div background color is #112988


#112988 Border Color

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

This div border color is #112988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112988


Comments

No comments written yet.

Please login to write comment.