Color Hex Logo

#073249 Color Hex

#073249
(7,50,73)
0 Favorites   0 Comments

Color spaces of #073249

RGB 75073
HSL0.560.830.16
HSV201°90°29°
CMYK 0.900.320.00   0.71
XYZ2.43082.80746.7171
Yxy2.80740.20330.2348
Hunter Lab16.7553-3.4256-12.0403
CIE-Lab19.2554-4.6504-18.2409

#073249 color RGB value is (7,50,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110010 01001001
Octal 7 62 111
Decimal 7 50 73
Hex 7 32 49

RGB Percentages of Color #073249

%5.38
%38.46
%56.15

CMYK Percentages of Color #073249

%90
%32
%0
%71

Triadic Colors of #073249

#073249 #490732 #324907

Analogous Colors of #073249

#073249 #071149 #07493f

Monochromatic Colors of #073249

#073249

Complementary Color

#073249 #491e07

#073249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073249 Color CSS Codes

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

#073249 Text Font Color

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

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


#073249 Background Color

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

This div background color is #073249


#073249 Border Color

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

This div border color is #073249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073249


Comments

No comments written yet.

Please login to write comment.