Color Hex Logo

#064972 Color Hex

#064972
(6,73,114)
2 Favorites   0 Comments

Color spaces of #064972

RGB 673114
HSL0.560.900.24
HSV203°95°45°
CMYK 0.950.360.00   0.55
XYZ5.49496.018716.7917
Yxy6.01870.19410.2126
Hunter Lab24.5330-2.9525-23.4081
CIE-Lab29.4596-2.6115-28.8741

#064972 color RGB value is (6,73,114).

#064972 hex color red value is 6, green value is 73 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #064972 hue: 0.56 , saturation: 0.90 and the lightness value of 064972 is 0.24.

The process color (four color CMYK) of #064972 color hex is 0.95, 0.36, 0.00, 0.55. Web safe color of #064972 is #003366. Color #064972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01001001 01110010
Octal 6 111 162
Decimal 6 73 114
Hex 6 49 72

RGB Percentages of Color #064972

%3.11
%37.82
%59.07

CMYK Percentages of Color #064972

%95
%36
%0
%55

Triadic Colors of #064972

#064972 #720649 #497206

Analogous Colors of #064972

#064972 #061372 #067265

Monochromatic Colors of #064972

#064972

Complementary Color

#064972 #722f06

#064972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#064972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#064972 Color CSS Codes

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

#064972 Text Font Color

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

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


#064972 Background Color

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

This div background color is #064972


#064972 Border Color

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

This div border color is #064972


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,73,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #064972; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #064972;
  -webkit-box-shadow: 1px 1px 3px 2px #064972;
  box-shadow:         1px 1px 3px 2px #064972; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #064972

#064972 Color Palettes


Comments

No comments written yet.

Please login to write comment.