Color Hex Logo

#0112bb Color Hex

#0112BB
(1,18,187)
0 Favorites   0 Comments

Color spaces of #0112bb

RGB 118187
HSL0.650.990.37
HSV235°99°73°
CMYK 0.990.900.00   0.27
XYZ9.19854.026947.3062
Yxy4.02690.15200.0665
Hunter Lab20.067146.7045-125.7230
CIE-Lab23.760258.1799-82.9259

#0112bb color RGB value is (1,18,187).

#0112bb hex color red value is 1, green value is 18 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0112bb hue: 0.65 , saturation: 0.99 and the lightness value of 0112bb is 0.37.

The process color (four color CMYK) of #0112bb color hex is 0.99, 0.90, 0.00, 0.27. Web safe color of #0112bb is #0000cc. Color #0112bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010010 10111011
Octal 1 22 273
Decimal 1 18 187
Hex 1 12 BB

RGB Percentages of Color #0112bb

%0.49
%8.74
%90.78

CMYK Percentages of Color #0112bb

%99
%90
%0
%27

Triadic Colors of #0112bb

#0112bb #bb0112 #12bb01

Analogous Colors of #0112bb

#0112bb #4d01bb #016fbb

Monochromatic Colors of #0112bb

#0112bb

Complementary Color

#0112bb #bbaa01

#0112bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0112bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0112bb Color CSS Codes

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

#0112bb Text Font Color

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

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


#0112bb Background Color

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

This div background color is #0112bb


#0112bb Border Color

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

This div border color is #0112bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,18,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0112bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0112bb;
  -webkit-box-shadow: 1px 1px 3px 2px #0112bb;
  box-shadow:         1px 1px 3px 2px #0112bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,18,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 #0112bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0112bb


Comments

No comments written yet.

Please login to write comment.