Color Hex Logo

#106dbb Color Hex

#106DBB
(16,109,187)
0 Favorites   0 Comments

Color spaces of #106dbb

RGB 16109187
HSL0.580.840.40
HSV207°91°73°
CMYK 0.910.420.00   0.27
XYZ14.652014.635349.0664
Yxy14.63530.18700.1868
Hunter Lab38.25611.4169-49.2647
CIE-Lab45.13064.6016-47.9363

#106dbb color RGB value is (16,109,187).

#106dbb hex color red value is 16, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #106dbb hue: 0.58 , saturation: 0.84 and the lightness value of 106dbb is 0.40.

The process color (four color CMYK) of #106dbb color hex is 0.91, 0.42, 0.00, 0.27. Web safe color of #106dbb is #0066cc. Color #106dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101101 10111011
Octal 20 155 273
Decimal 16 109 187
Hex 10 6D BB

RGB Percentages of Color #106dbb

%5.13
%34.94
%59.94

CMYK Percentages of Color #106dbb

%91
%42
%0
%27

Triadic Colors of #106dbb

#106dbb #bb106d #6dbb10

Analogous Colors of #106dbb

#106dbb #1018bb #10bbb4

Monochromatic Colors of #106dbb

#106dbb

Complementary Color

#106dbb #bb5e10

#106dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#106dbb Color CSS Codes

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

#106dbb Text Font Color

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

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


#106dbb Background Color

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

This div background color is #106dbb


#106dbb Border Color

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

This div border color is #106dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,109,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #106dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #106dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #106dbb;
  box-shadow:         1px 1px 3px 2px #106dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,109,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 #106dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106dbb


Comments

No comments written yet.

Please login to write comment.