Color Hex Logo

#054699 Color Hex

#054699
(5,70,153)
0 Favorites   0 Comments

Color spaces of #054699

RGB 570153
HSL0.590.940.31
HSV214°97°60°
CMYK 0.970.540.00   0.40
XYZ8.00256.712531.0109
Yxy6.71250.17500.1468
Hunter Lab25.90859.7944-52.8306
CIE-Lab31.143215.9418-50.3061

#054699 color RGB value is (5,70,153).

#054699 hex color red value is 5, green value is 70 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #054699 hue: 0.59 , saturation: 0.94 and the lightness value of 054699 is 0.31.

The process color (four color CMYK) of #054699 color hex is 0.97, 0.54, 0.00, 0.40. Web safe color of #054699 is #003399. Color #054699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01000110 10011001
Octal 5 106 231
Decimal 5 70 153
Hex 5 46 99

RGB Percentages of Color #054699

%2.19
%30.70
%67.11

CMYK Percentages of Color #054699

%97
%54
%0
%40

Triadic Colors of #054699

#054699 #990546 #469905

Analogous Colors of #054699

#054699 #0e0599 #059099

Monochromatic Colors of #054699

#054699

Complementary Color

#054699 #995805

#054699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054699 Color CSS Codes

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

#054699 Text Font Color

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

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


#054699 Background Color

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

This div background color is #054699


#054699 Border Color

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

This div border color is #054699


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,70,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 #054699">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054699


Comments

No comments written yet.

Please login to write comment.