Color Hex Logo

#010eba Color Hex

#010EBA
(1,14,186)
0 Favorites   0 Comments

Color spaces of #010eba

RGB 114186
HSL0.650.990.37
HSV236°99°73°
CMYK 0.990.920.00   0.27
XYZ9.03253.865746.7245
Yxy3.86570.15150.0648
Hunter Lab19.661447.5960-127.1374
CIE-Lab23.222459.1087-83.2297

#010eba color RGB value is (1,14,186).

#010eba hex color red value is 1, green value is 14 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #010eba hue: 0.65 , saturation: 0.99 and the lightness value of 010eba is 0.37.

The process color (four color CMYK) of #010eba color hex is 0.99, 0.92, 0.00, 0.27. Web safe color of #010eba is #0000cc. Color #010eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00001110 10111010
Octal 1 16 272
Decimal 1 14 186
Hex 1 E BA

RGB Percentages of Color #010eba

%0.50
%6.97
%92.54

CMYK Percentages of Color #010eba

%99
%92
%0
%27

Triadic Colors of #010eba

#010eba #ba010e #0eba01

Analogous Colors of #010eba

#010eba #5001ba #016bba

Monochromatic Colors of #010eba

#010eba

Complementary Color

#010eba #baad01

#010eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#010eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#010eba Color CSS Codes

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

#010eba Text Font Color

<p style="color:#010eba">Text here</p>

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


#010eba Background Color

<div style="background-color:#010eba">
Div content here</div>

This div background color is #010eba


#010eba Border Color

<div style="border:3px solid #010eba">
Div here</div>

This div border color is #010eba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,14,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #010eba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #010eba;
  -webkit-box-shadow: 1px 1px 3px 2px #010eba;
  box-shadow:         1px 1px 3px 2px #010eba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #010eba


Comments

No comments written yet.

Please login to write comment.