Color Hex Logo

#0106fb Color Hex

#0106FB
(1,6,251)
0 Favorites   0 Comments

Color spaces of #0106fb

RGB 16251
HSL0.660.990.49
HSV239°100°98°
CMYK 1.000.980.00   0.02
XYZ17.49027.101791.7157
Yxy7.10170.15040.0611
Hunter Lab26.649070.5168-185.3992
CIE-Lab32.037377.3377-106.0593

#0106fb color RGB value is (1,6,251).

#0106fb hex color red value is 1, green value is 6 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0106fb hue: 0.66 , saturation: 0.99 and the lightness value of 0106fb is 0.49.

The process color (four color CMYK) of #0106fb color hex is 1.00, 0.98, 0.00, 0.02. Web safe color of #0106fb is #0000ff. Color #0106fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000110 11111011
Octal 1 6 373
Decimal 1 6 251
Hex 1 6 FB

RGB Percentages of Color #0106fb

%0.39
%2.33
%97.29

CMYK Percentages of Color #0106fb

%100
%98
%0
%2

Triadic Colors of #0106fb

#0106fb #fb0106 #06fb01

Analogous Colors of #0106fb

#0106fb #7901fb #0183fb

Monochromatic Colors of #0106fb

#0106fb

Complementary Color

#0106fb #fbf601

#0106fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0106fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0106fb Color CSS Codes

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

#0106fb Text Font Color

<p style="color:#0106fb">Text here</p>

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


#0106fb Background Color

<div style="background-color:#0106fb">
Div content here</div>

This div background color is #0106fb


#0106fb Border Color

<div style="border:3px solid #0106fb">
Div here</div>

This div border color is #0106fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,6,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0106fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0106fb;
  -webkit-box-shadow: 1px 1px 3px 2px #0106fb;
  box-shadow:         1px 1px 3px 2px #0106fb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0106fb


Comments

No comments written yet.

Please login to write comment.