Color Hex Logo

#073169 Color Hex

#073169
(7,49,105)
0 Favorites   0 Comments

Color spaces of #073169

RGB 749105
HSL0.600.880.22
HSV214°93°41°
CMYK 0.930.530.00   0.59
XYZ3.73573.261713.7973
Yxy3.26170.17960.1569
Hunter Lab18.06025.3169-32.6532
CIE-Lab21.062910.2457-36.5542

#073169 color RGB value is (7,49,105).

#073169 hex color red value is 7, green value is 49 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #073169 hue: 0.60 , saturation: 0.88 and the lightness value of 073169 is 0.22.

The process color (four color CMYK) of #073169 color hex is 0.93, 0.53, 0.00, 0.59. Web safe color of #073169 is #003366. Color #073169 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110001 01101001
Octal 7 61 151
Decimal 7 49 105
Hex 7 31 69

RGB Percentages of Color #073169

%4.35
%30.43
%65.22

CMYK Percentages of Color #073169

%93
%53
%0
%59

Triadic Colors of #073169

#073169 #690731 #316907

Analogous Colors of #073169

#073169 #0e0769 #076269

Monochromatic Colors of #073169

#073169

Complementary Color

#073169 #693f07

#073169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073169 Color CSS Codes

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

#073169 Text Font Color

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

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


#073169 Background Color

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

This div background color is #073169


#073169 Border Color

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

This div border color is #073169


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,49,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073169; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073169;
  -webkit-box-shadow: 1px 1px 3px 2px #073169;
  box-shadow:         1px 1px 3px 2px #073169; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073169


Comments

No comments written yet.

Please login to write comment.