Color Hex Logo

#112cbb Color Hex

#112CBB
(17,44,187)
0 Favorites   0 Comments

Color spaces of #112cbb

RGB 1744187
HSL0.640.830.40
HSV230°91°73°
CMYK 0.910.760.00   0.27
XYZ10.10155.508447.5445
Yxy5.50840.15990.0872
Hunter Lab23.470035.7541-103.6782
CIE-Lab28.136746.5942-75.6341

#112cbb color RGB value is (17,44,187).

#112cbb hex color red value is 17, green value is 44 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #112cbb hue: 0.64 , saturation: 0.83 and the lightness value of 112cbb is 0.40.

The process color (four color CMYK) of #112cbb color hex is 0.91, 0.76, 0.00, 0.27. Web safe color of #112cbb is #0033cc. Color #112cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101100 10111011
Octal 21 54 273
Decimal 17 44 187
Hex 11 2C BB

RGB Percentages of Color #112cbb

%6.85
%17.74
%75.40

CMYK Percentages of Color #112cbb

%91
%76
%0
%27

Triadic Colors of #112cbb

#112cbb #bb112c #2cbb11

Analogous Colors of #112cbb

#112cbb #4b11bb #1181bb

Monochromatic Colors of #112cbb

#112cbb

Complementary Color

#112cbb #bba011

#112cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#112cbb Color CSS Codes

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

#112cbb Text Font Color

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

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


#112cbb Background Color

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

This div background color is #112cbb


#112cbb Border Color

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

This div border color is #112cbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,44,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #112cbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #112cbb;
  -webkit-box-shadow: 1px 1px 3px 2px #112cbb;
  box-shadow:         1px 1px 3px 2px #112cbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112cbb


Comments

No comments written yet.

Please login to write comment.