Color Hex Logo

#04519b Color Hex

#04519B
(4,81,155)
0 Favorites   0 Comments

Color spaces of #04519b

RGB 481155
HSL0.580.950.31
HSV209°97°61°
CMYK 0.970.480.00   0.39
XYZ8.90898.277232.1385
Yxy8.27720.18060.1678
Hunter Lab28.77014.9262-46.0925
CIE-Lab34.55369.2215-46.0020

#04519b color RGB value is (4,81,155).

#04519b hex color red value is 4, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #04519b hue: 0.58 , saturation: 0.95 and the lightness value of 04519b is 0.31.

The process color (four color CMYK) of #04519b color hex is 0.97, 0.48, 0.00, 0.39. Web safe color of #04519b is #006699. Color #04519b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010001 10011011
Octal 4 121 233
Decimal 4 81 155
Hex 4 51 9B

RGB Percentages of Color #04519b

%1.67
%33.75
%64.58

CMYK Percentages of Color #04519b

%97
%48
%0
%39

Triadic Colors of #04519b

#04519b #9b0451 #519b04

Analogous Colors of #04519b

#04519b #04059b #049b9a

Monochromatic Colors of #04519b

#04519b

Complementary Color

#04519b #9b4e04

#04519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#04519b Color CSS Codes

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

#04519b Text Font Color

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

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


#04519b Background Color

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

This div background color is #04519b


#04519b Border Color

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

This div border color is #04519b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04519b


Comments

No comments written yet.

Please login to write comment.