Color Hex Logo

#019edb Color Hex

#019EDB
(1,158,219)
0 Favorites   0 Comments

Color spaces of #019edb

RGB 1158219
HSL0.550.990.43
HSV197°100°86°
CMYK 1.000.280.00   0.14
XYZ25.025629.574671.4073
Yxy29.57460.19860.2347
Hunter Lab54.3825-13.0278-39.7833
CIE-Lab61.2854-12.6583-40.5123

#019edb color RGB value is (1,158,219).

#019edb hex color red value is 1, green value is 158 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #019edb hue: 0.55 , saturation: 0.99 and the lightness value of 019edb is 0.43.

The process color (four color CMYK) of #019edb color hex is 1.00, 0.28, 0.00, 0.14. Web safe color of #019edb is #0099cc. Color #019edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011110 11011011
Octal 1 236 333
Decimal 1 158 219
Hex 1 9E DB

RGB Percentages of Color #019edb

%0.26
%41.80
%57.94

CMYK Percentages of Color #019edb

%100
%28
%0
%14

Triadic Colors of #019edb

#019edb #db019e #9edb01

Analogous Colors of #019edb

#019edb #0131db #01dbab

Monochromatic Colors of #019edb

#019edb

Complementary Color

#019edb #db3e01

#019edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#019edb Color CSS Codes

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

#019edb Text Font Color

<p style="color:#019edb">Text here</p>

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


#019edb Background Color

<div style="background-color:#019edb">
Div content here</div>

This div background color is #019edb


#019edb Border Color

<div style="border:3px solid #019edb">
Div here</div>

This div border color is #019edb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,158,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019edb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019edb;
  -webkit-box-shadow: 1px 1px 3px 2px #019edb;
  box-shadow:         1px 1px 3px 2px #019edb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019edb


Comments

No comments written yet.

Please login to write comment.