Color Hex Logo

#040119 Color Hex

#040119
(4,1,25)
0 Favorites   0 Comments

Color spaces of #040119

RGB 4125
HSL0.690.920.05
HSV248°96°10°
CMYK 0.840.960.00   0.90
XYZ0.23640.11770.9300
Yxy0.11770.18410.0917
Hunter Lab3.43076.2960-13.6707
CIE-Lab1.06325.1012-11.4691

#040119 color RGB value is (4,1,25).

#040119 hex color red value is 4, green value is 1 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #040119 hue: 0.69 , saturation: 0.92 and the lightness value of 040119 is 0.05.

The process color (four color CMYK) of #040119 color hex is 0.84, 0.96, 0.00, 0.90. Web safe color of #040119 is #000000. Color #040119 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000001 00011001
Octal 4 1 31
Decimal 4 1 25
Hex 4 1 19

RGB Percentages of Color #040119

%13.33
%3.33
%83.33

CMYK Percentages of Color #040119

%84
%96
%0
%90

Triadic Colors of #040119

#040119 #190401 #011904

Analogous Colors of #040119

#040119 #100119 #010a19

Monochromatic Colors of #040119

#040119

Complementary Color

#040119 #161901

#040119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#040119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#040119 Color CSS Codes

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

#040119 Text Font Color

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

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


#040119 Background Color

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

This div background color is #040119


#040119 Border Color

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

This div border color is #040119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #040119


Comments

No comments written yet.

Please login to write comment.