Color Hex Logo

#1019eb Color Hex

#1019EB
(16,25,235)
0 Favorites   0 Comments

Color spaces of #1019eb

RGB 1625235
HSL0.660.870.49
HSV238°93°92°
CMYK 0.930.890.00   0.08
XYZ15.55676.803679.0906
Yxy6.80360.15330.0671
Hunter Lab26.083760.8135-161.5196
CIE-Lab31.355669.3848-98.1367

#1019eb color RGB value is (16,25,235).

#1019eb hex color red value is 16, green value is 25 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1019eb hue: 0.66 , saturation: 0.87 and the lightness value of 1019eb is 0.49.

The process color (four color CMYK) of #1019eb color hex is 0.93, 0.89, 0.00, 0.08. Web safe color of #1019eb is #0000ff. Color #1019eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00011001 11101011
Octal 20 31 353
Decimal 16 25 235
Hex 10 19 EB

RGB Percentages of Color #1019eb

%5.80
%9.06
%85.14

CMYK Percentages of Color #1019eb

%93
%89
%0
%8

Triadic Colors of #1019eb

#1019eb #eb1019 #19eb10

Analogous Colors of #1019eb

#1019eb #7510eb #1087eb

Monochromatic Colors of #1019eb

#1019eb

Complementary Color

#1019eb #ebe210

#1019eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1019eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1019eb Color CSS Codes

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

#1019eb Text Font Color

<p style="color:#1019eb">Text here</p>

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


#1019eb Background Color

<div style="background-color:#1019eb">
Div content here</div>

This div background color is #1019eb


#1019eb Border Color

<div style="border:3px solid #1019eb">
Div here</div>

This div border color is #1019eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,25,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1019eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1019eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1019eb;
  box-shadow:         1px 1px 3px 2px #1019eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1019eb


Comments

No comments written yet.

Please login to write comment.