Color Hex Logo

#041327 Color Hex

#041327
(4,19,39)
0 Favorites   0 Comments

Color spaces of #041327

RGB 41939
HSL0.600.810.08
HSV214°90°15°
CMYK 0.900.510.00   0.85
XYZ0.64920.63802.0084
Yxy0.63800.19700.1936
Hunter Lab7.98750.5299-9.3168
CIE-Lab5.76301.7533-15.3213

#041327 color RGB value is (4,19,39).

#041327 hex color red value is 4, green value is 19 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #041327 hue: 0.60 , saturation: 0.81 and the lightness value of 041327 is 0.08.

The process color (four color CMYK) of #041327 color hex is 0.90, 0.51, 0.00, 0.85. Web safe color of #041327 is #000033. Color #041327 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010011 00100111
Octal 4 23 47
Decimal 4 19 39
Hex 4 13 27

RGB Percentages of Color #041327

%6.45
%30.65
%62.90

CMYK Percentages of Color #041327

%90
%51
%0
%85

Triadic Colors of #041327

#041327 #270413 #132704

Analogous Colors of #041327

#041327 #060427 #042527

Monochromatic Colors of #041327

#041327

Complementary Color

#041327 #271804

#041327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041327 Color CSS Codes

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

#041327 Text Font Color

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

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


#041327 Background Color

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

This div background color is #041327


#041327 Border Color

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

This div border color is #041327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041327


Comments

No comments written yet.

Please login to write comment.