Color Hex Logo

#045099 Color Hex

#045099
(4,80,153)
0 Favorites   0 Comments

Color spaces of #045099

RGB 480153
HSL0.580.950.31
HSV209°97°60°
CMYK 0.970.480.00   0.40
XYZ8.66858.063031.2364
Yxy8.06300.18070.1681
Hunter Lab28.39544.8001-45.3452
CIE-Lab34.11379.0560-45.5027

#045099 color RGB value is (4,80,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010000 10011001
Octal 4 120 231
Decimal 4 80 153
Hex 4 50 99

RGB Percentages of Color #045099

%1.69
%33.76
%64.56

CMYK Percentages of Color #045099

%97
%48
%0
%40

Triadic Colors of #045099

#045099 #990450 #509904

Analogous Colors of #045099

#045099 #040599 #049998

Monochromatic Colors of #045099

#045099

Complementary Color

#045099 #994d04

#045099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#045099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#045099 Color CSS Codes

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

#045099 Text Font Color

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

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


#045099 Background Color

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

This div background color is #045099


#045099 Border Color

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

This div border color is #045099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #045099


Comments

No comments written yet.

Please login to write comment.