Color Hex Logo

#04105b Color Hex

#04105B
(4,16,91)
0 Favorites   0 Comments

Color spaces of #04105b

RGB 41691
HSL0.640.920.19
HSV232°96°36°
CMYK 0.960.820.00   0.64
XYZ2.12371.151710.0079
Yxy1.15170.15990.0867
Hunter Lab10.731716.5428-47.7788
CIE-Lab10.196227.9132-45.0933

#04105b color RGB value is (4,16,91).

#04105b hex color red value is 4, green value is 16 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #04105b hue: 0.64 , saturation: 0.92 and the lightness value of 04105b is 0.19.

The process color (four color CMYK) of #04105b color hex is 0.96, 0.82, 0.00, 0.64. Web safe color of #04105b is #000066. Color #04105b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010000 01011011
Octal 4 20 133
Decimal 4 16 91
Hex 4 10 5B

RGB Percentages of Color #04105b

%3.60
%14.41
%81.98

CMYK Percentages of Color #04105b

%96
%82
%0
%64

Triadic Colors of #04105b

#04105b #5b0410 #105b04

Analogous Colors of #04105b

#04105b #24045b #043c5b

Monochromatic Colors of #04105b

#04105b

Complementary Color

#04105b #5b4f04

#04105b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04105b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04105b Color CSS Codes

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

#04105b Text Font Color

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

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


#04105b Background Color

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

This div background color is #04105b


#04105b Border Color

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

This div border color is #04105b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04105b

#04105b Color Palettes


Comments

No comments written yet.

Please login to write comment.