Color Hex Logo

#041465 Color Hex

#041465
(4,20,101)
0 Favorites   0 Comments

Color spaces of #041465

RGB 420101
HSL0.640.920.21
HSV230°96°40°
CMYK 0.960.800.00   0.60
XYZ2.64921.465712.4552
Yxy1.46570.15990.0885
Hunter Lab12.106617.8733-52.5225
CIE-Lab12.388329.2352-48.1414

#041465 color RGB value is (4,20,101).

#041465 hex color red value is 4, green value is 20 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #041465 hue: 0.64 , saturation: 0.92 and the lightness value of 041465 is 0.21.

The process color (four color CMYK) of #041465 color hex is 0.96, 0.80, 0.00, 0.60. Web safe color of #041465 is #000066. Color #041465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010100 01100101
Octal 4 24 145
Decimal 4 20 101
Hex 4 14 65

RGB Percentages of Color #041465

%3.20
%16.00
%80.80

CMYK Percentages of Color #041465

%96
%80
%0
%60

Triadic Colors of #041465

#041465 #650414 #146504

Analogous Colors of #041465

#041465 #250465 #044465

Monochromatic Colors of #041465

#041465

Complementary Color

#041465 #655504

#041465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#041465 Color CSS Codes

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

#041465 Text Font Color

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

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


#041465 Background Color

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

This div background color is #041465


#041465 Border Color

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

This div border color is #041465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041465


Comments

No comments written yet.

Please login to write comment.