Color Hex Logo

#112baf Color Hex

#112BAF
(17,43,175)
0 Favorites   0 Comments

Color spaces of #112baf

RGB 1743175
HSL0.640.820.38
HSV230°90°69°
CMYK 0.900.750.00   0.31
XYZ8.83294.942141.0458
Yxy4.94210.16110.0902
Hunter Lab22.230832.0188-93.9082
CIE-Lab26.569242.9897-71.0822

#112baf color RGB value is (17,43,175).

#112baf hex color red value is 17, green value is 43 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #112baf hue: 0.64 , saturation: 0.82 and the lightness value of 112baf is 0.38.

The process color (four color CMYK) of #112baf color hex is 0.90, 0.75, 0.00, 0.31. Web safe color of #112baf is #003399. Color #112baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00101011 10101111
Octal 21 53 257
Decimal 17 43 175
Hex 11 2B AF

RGB Percentages of Color #112baf

%7.23
%18.30
%74.47

CMYK Percentages of Color #112baf

%90
%75
%0
%31

Triadic Colors of #112baf

#112baf #af112b #2baf11

Analogous Colors of #112baf

#112baf #4611af #117aaf

Monochromatic Colors of #112baf

#112baf

Complementary Color

#112baf #af9511

#112baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#112baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#112baf Color CSS Codes

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

#112baf Text Font Color

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

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


#112baf Background Color

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

This div background color is #112baf


#112baf Border Color

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

This div border color is #112baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #112baf


Comments

No comments written yet.

Please login to write comment.