Color Hex Logo

#04165f Color Hex

#04165F
(4,22,95)
0 Favorites   0 Comments

Color spaces of #04165f

RGB 42295
HSL0.630.920.19
HSV228°96°37°
CMYK 0.960.770.00   0.63
XYZ2.40251.425910.9751
Yxy1.42590.16230.0963
Hunter Lab11.941115.0165-46.1348
CIE-Lab12.129025.4931-44.5795

#04165f color RGB value is (4,22,95).

#04165f hex color red value is 4, green value is 22 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #04165f hue: 0.63 , saturation: 0.92 and the lightness value of 04165f is 0.19.

The process color (four color CMYK) of #04165f color hex is 0.96, 0.77, 0.00, 0.63. Web safe color of #04165f is #000066. Color #04165f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010110 01011111
Octal 4 26 137
Decimal 4 22 95
Hex 4 16 5F

RGB Percentages of Color #04165f

%3.31
%18.18
%78.51

CMYK Percentages of Color #04165f

%96
%77
%0
%63

Triadic Colors of #04165f

#04165f #5f0416 #165f04

Analogous Colors of #04165f

#04165f #1f045f #04445f

Monochromatic Colors of #04165f

#04165f

Complementary Color

#04165f #5f4d04

#04165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#04165f Color CSS Codes

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

#04165f Text Font Color

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

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


#04165f Background Color

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

This div background color is #04165f


#04165f Border Color

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

This div border color is #04165f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04165f


Comments

No comments written yet.

Please login to write comment.