Color Hex Logo

#0454aa Color Hex

#0454AA
(4,84,170)
0 Favorites   0 Comments

Color spaces of #0454aa

RGB 484170
HSL0.590.950.34
HSV211°98°67°
CMYK 0.980.510.00   0.33
XYZ10.47619.268739.2671
Yxy9.26870.17750.1571
Hunter Lab30.44458.1447-55.1605
CIE-Lab36.496613.4524-51.8481

#0454aa color RGB value is (4,84,170).

#0454aa hex color red value is 4, green value is 84 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0454aa hue: 0.59 , saturation: 0.95 and the lightness value of 0454aa is 0.34.

The process color (four color CMYK) of #0454aa color hex is 0.98, 0.51, 0.00, 0.33. Web safe color of #0454aa is #006699. Color #0454aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01010100 10101010
Octal 4 124 252
Decimal 4 84 170
Hex 4 54 AA

RGB Percentages of Color #0454aa

%1.55
%32.56
%65.89

CMYK Percentages of Color #0454aa

%98
%51
%0
%33

Triadic Colors of #0454aa

#0454aa #aa0454 #54aa04

Analogous Colors of #0454aa

#0454aa #0704aa #04a7aa

Monochromatic Colors of #0454aa

#0454aa

Complementary Color

#0454aa #aa5a04

#0454aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0454aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0454aa Color CSS Codes

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

#0454aa Text Font Color

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

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


#0454aa Background Color

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

This div background color is #0454aa


#0454aa Border Color

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

This div border color is #0454aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,84,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0454aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0454aa;
  -webkit-box-shadow: 1px 1px 3px 2px #0454aa;
  box-shadow:         1px 1px 3px 2px #0454aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0454aa


Comments

No comments written yet.

Please login to write comment.