Color Hex Logo

#0419da Color Hex

#0419DA
(4,25,218)
0 Favorites   0 Comments

Color spaces of #0419da

RGB 425218
HSL0.650.960.44
HSV234°98°85°
CMYK 0.980.890.00   0.15
XYZ13.05265.783066.7580
Yxy5.78300.15250.0676
Hunter Lab24.047954.8017-147.7583
CIE-Lab28.858364.6077-92.5651

#0419da color RGB value is (4,25,218).

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

The process color (four color CMYK) of #0419da color hex is 0.98, 0.89, 0.00, 0.15. Web safe color of #0419da is #0000cc. Color #0419da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011001 11011010
Octal 4 31 332
Decimal 4 25 218
Hex 4 19 DA

RGB Percentages of Color #0419da

%1.62
%10.12
%88.26

CMYK Percentages of Color #0419da

%98
%89
%0
%15

Triadic Colors of #0419da

#0419da #da0419 #19da04

Analogous Colors of #0419da

#0419da #5a04da #0484da

Monochromatic Colors of #0419da

#0419da

Complementary Color

#0419da #dac504

#0419da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0419da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0419da Color CSS Codes

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

#0419da Text Font Color

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

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


#0419da Background Color

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

This div background color is #0419da


#0419da Border Color

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

This div border color is #0419da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0419da


Comments

No comments written yet.

Please login to write comment.