Color Hex Logo

#04153a Color Hex

#04153A
(4,21,58)
0 Favorites   0 Comments

Color spaces of #04153a

RGB 42158
HSL0.610.870.12
HSV221°93°23°
CMYK 0.930.640.00   0.77
XYZ1.08200.86764.1134
Yxy0.86760.17850.1431
Hunter Lab9.31454.4347-19.6630
CIE-Lab7.83709.7321-26.0102

#04153a color RGB value is (4,21,58).

#04153a hex color red value is 4, green value is 21 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #04153a hue: 0.61 , saturation: 0.87 and the lightness value of 04153a is 0.12.

The process color (four color CMYK) of #04153a color hex is 0.93, 0.64, 0.00, 0.77. Web safe color of #04153a is #000033. Color #04153a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00010101 00111010
Octal 4 25 72
Decimal 4 21 58
Hex 4 15 3A

RGB Percentages of Color #04153a

%4.82
%25.30
%69.88

CMYK Percentages of Color #04153a

%93
%64
%0
%77

Triadic Colors of #04153a

#04153a #3a0415 #153a04

Analogous Colors of #04153a

#04153a #0e043a #04303a

Monochromatic Colors of #04153a

#04153a

Complementary Color

#04153a #3a2904

#04153a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04153a Color Preview on White Background

Lorem ipsum dolor sit amet.

#04153a Color CSS Codes

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

#04153a Text Font Color

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

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


#04153a Background Color

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

This div background color is #04153a


#04153a Border Color

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

This div border color is #04153a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,21,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04153a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04153a;
  -webkit-box-shadow: 1px 1px 3px 2px #04153a;
  box-shadow:         1px 1px 3px 2px #04153a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04153a


Comments

No comments written yet.

Please login to write comment.