Color Hex Logo

#073149 Color Hex

#073149
(7,49,73)
0 Favorites   0 Comments

Color spaces of #073149

RGB 74973
HSL0.560.830.16
HSV202°90°29°
CMYK 0.900.330.00   0.71
XYZ2.38852.72286.7030
Yxy2.72280.20220.2305
Hunter Lab16.5009-3.0388-12.5342
CIE-Lab18.8977-3.9678-18.8024

#073149 color RGB value is (7,49,73).

#073149 hex color red value is 7, green value is 49 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #073149 hue: 0.56 , saturation: 0.83 and the lightness value of 073149 is 0.16.

The process color (four color CMYK) of #073149 color hex is 0.90, 0.33, 0.00, 0.71. Web safe color of #073149 is #003333. Color #073149 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110001 01001001
Octal 7 61 111
Decimal 7 49 73
Hex 7 31 49

RGB Percentages of Color #073149

%5.43
%37.98
%56.59

CMYK Percentages of Color #073149

%90
%33
%0
%71

Triadic Colors of #073149

#073149 #490731 #314907

Analogous Colors of #073149

#073149 #071049 #074940

Monochromatic Colors of #073149

#073149

Complementary Color

#073149 #491f07

#073149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073149 Color CSS Codes

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

#073149 Text Font Color

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

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


#073149 Background Color

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

This div background color is #073149


#073149 Border Color

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

This div border color is #073149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073149


Comments

No comments written yet.

Please login to write comment.