Color Hex Logo

#1096bf Color Hex

#1096BF
(16,150,191)
0 Favorites   0 Comments

Color spaces of #1096bf

RGB 16150191
HSL0.540.850.41
HSV194°92°75°
CMYK 0.920.210.00   0.25
XYZ20.524025.684453.1661
Yxy25.68440.20650.2585
Hunter Lab50.6798-16.4017-26.7229
CIE-Lab57.7363-17.8587-30.3592

#1096bf color RGB value is (16,150,191).

#1096bf hex color red value is 16, green value is 150 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #1096bf hue: 0.54 , saturation: 0.85 and the lightness value of 1096bf is 0.41.

The process color (four color CMYK) of #1096bf color hex is 0.92, 0.21, 0.00, 0.25. Web safe color of #1096bf is #0099cc. Color #1096bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10010110 10111111
Octal 20 226 277
Decimal 16 150 191
Hex 10 96 BF

RGB Percentages of Color #1096bf

%4.48
%42.02
%53.50

CMYK Percentages of Color #1096bf

%92
%21
%0
%25

Triadic Colors of #1096bf

#1096bf #bf1096 #96bf10

Analogous Colors of #1096bf

#1096bf #103ebf #10bf91

Monochromatic Colors of #1096bf

#1096bf

Complementary Color

#1096bf #bf3910

#1096bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1096bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1096bf Color CSS Codes

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

#1096bf Text Font Color

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

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


#1096bf Background Color

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

This div background color is #1096bf


#1096bf Border Color

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

This div border color is #1096bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,150,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1096bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1096bf;
  -webkit-box-shadow: 1px 1px 3px 2px #1096bf;
  box-shadow:         1px 1px 3px 2px #1096bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,150,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1096bf


Comments

No comments written yet.

Please login to write comment.