Color Hex Logo

#0166bd Color Hex

#0166BD
(1,102,189)
0 Favorites   0 Comments

Color spaces of #0166bd

RGB 1102189
HSL0.580.990.37
HSV208°99°74°
CMYK 0.990.460.00   0.26
XYZ13.949213.183349.9535
Yxy13.18330.18100.1710
Hunter Lab36.30885.0361-56.1547
CIE-Lab43.03819.2638-52.4625

#0166bd color RGB value is (1,102,189).

#0166bd hex color red value is 1, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0166bd hue: 0.58 , saturation: 0.99 and the lightness value of 0166bd is 0.37.

The process color (four color CMYK) of #0166bd color hex is 0.99, 0.46, 0.00, 0.26. Web safe color of #0166bd is #0066cc. Color #0166bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01100110 10111101
Octal 1 146 275
Decimal 1 102 189
Hex 1 66 BD

RGB Percentages of Color #0166bd

%0.34
%34.93
%64.73

CMYK Percentages of Color #0166bd

%99
%46
%0
%26

Triadic Colors of #0166bd

#0166bd #bd0166 #66bd01

Analogous Colors of #0166bd

#0166bd #0108bd #01bdb6

Monochromatic Colors of #0166bd

#0166bd

Complementary Color

#0166bd #bd5801

#0166bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0166bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0166bd Color CSS Codes

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

#0166bd Text Font Color

<p style="color:#0166bd">Text here</p>

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


#0166bd Background Color

<div style="background-color:#0166bd">
Div content here</div>

This div background color is #0166bd


#0166bd Border Color

<div style="border:3px solid #0166bd">
Div here</div>

This div border color is #0166bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,102,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0166bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0166bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0166bd;
  box-shadow:         1px 1px 3px 2px #0166bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,102,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0166bd


Comments

No comments written yet.

Please login to write comment.