Color Hex Logo

#0419ff Color Hex

#0419FF
(4,25,255)
0 Favorites   0 Comments

Color spaces of #0419ff

RGB 425255
HSL0.651.000.51
HSV235°98°100°
CMYK 0.980.900.00   0.00
XYZ18.44777.941195.1682
Yxy7.94110.15180.0653
Hunter Lab28.180067.5381-180.5058
CIE-Lab33.859974.5795-105.2578

#0419ff color RGB value is (4,25,255).

#0419ff hex color red value is 4, green value is 25 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0419ff hue: 0.65 , saturation: 1.00 and the lightness value of 0419ff is 0.51.

The process color (four color CMYK) of #0419ff color hex is 0.98, 0.90, 0.00, 0.00. Web safe color of #0419ff is #0000ff. Color #0419ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011001 11111111
Octal 4 31 377
Decimal 4 25 255
Hex 4 19 FF

RGB Percentages of Color #0419ff

%1.41
%8.80
%89.79

CMYK Percentages of Color #0419ff

%98
%90
%0
%0

Triadic Colors of #0419ff

#0419ff #ff0419 #19ff04

Analogous Colors of #0419ff

#0419ff #6d04ff #0497ff

Monochromatic Colors of #0419ff

#0419ff

Complementary Color

#0419ff #ffea04

#0419ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0419ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0419ff Color CSS Codes

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

#0419ff Text Font Color

<p style="color:#0419ff">Text here</p>

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


#0419ff Background Color

<div style="background-color:#0419ff">
Div content here</div>

This div background color is #0419ff


#0419ff Border Color

<div style="border:3px solid #0419ff">
Div here</div>

This div border color is #0419ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,25,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0419ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0419ff;
  -webkit-box-shadow: 1px 1px 3px 2px #0419ff;
  box-shadow:         1px 1px 3px 2px #0419ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0419ff

Related Colors


Comments

No comments written yet.

Please login to write comment.