Color Hex Logo

#04016b Color Hex

#04016B
(4,1,107)
0 Favorites   0 Comments

Color spaces of #04016b

RGB 41107
HSL0.670.980.21
HSV242°99°42°
CMYK 0.960.990.00   0.58
XYZ2.71481.109113.9809
Yxy1.10910.15250.0623
Hunter Lab10.531427.5842-71.3383
CIE-Lab9.869141.3350-56.2974

#04016b color RGB value is (4,1,107).

#04016b hex color red value is 4, green value is 1 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #04016b hue: 0.67 , saturation: 0.98 and the lightness value of 04016b is 0.21.

The process color (four color CMYK) of #04016b color hex is 0.96, 0.99, 0.00, 0.58. Web safe color of #04016b is #000066. Color #04016b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00000001 01101011
Octal 4 1 153
Decimal 4 1 107
Hex 4 1 6B

RGB Percentages of Color #04016b

%3.57
%0.89
%95.54

CMYK Percentages of Color #04016b

%96
%99
%0
%58

Triadic Colors of #04016b

#04016b #6b0401 #016b04

Analogous Colors of #04016b

#04016b #39016b #01336b

Monochromatic Colors of #04016b

#04016b

Complementary Color

#04016b #686b01

#04016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04016b Color CSS Codes

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

#04016b Text Font Color

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

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


#04016b Background Color

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

This div background color is #04016b


#04016b Border Color

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

This div border color is #04016b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04016b


Comments

No comments written yet.

Please login to write comment.