Color Hex Logo

#0106ea Color Hex

#0106EA
(1,6,234)
0 Favorites   0 Comments

Color spaces of #0106ea

RGB 16234
HSL0.660.990.46
HSV239°100°92°
CMYK 1.000.970.00   0.08
XYZ14.92896.077278.2281
Yxy6.07720.15040.0612
Hunter Lab24.652064.9562-170.8885
CIE-Lab29.606473.1945-100.4966

#0106ea color RGB value is (1,6,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00000110 11101010
Octal 1 6 352
Decimal 1 6 234
Hex 1 6 EA

RGB Percentages of Color #0106ea

%0.41
%2.49
%97.10

CMYK Percentages of Color #0106ea

%100
%97
%0
%8

Triadic Colors of #0106ea

#0106ea #ea0106 #06ea01

Analogous Colors of #0106ea

#0106ea #7101ea #017bea

Monochromatic Colors of #0106ea

#0106ea

Complementary Color

#0106ea #eae501

#0106ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0106ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0106ea Color CSS Codes

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

#0106ea Text Font Color

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

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


#0106ea Background Color

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

This div background color is #0106ea


#0106ea Border Color

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

This div border color is #0106ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0106ea


Comments

No comments written yet.

Please login to write comment.