Color Hex Logo

#073148 Color Hex

#073148
(7,49,72)
0 Favorites   0 Comments

Color spaces of #073148

RGB 74972
HSL0.560.820.15
HSV201°90°28°
CMYK 0.900.320.00   0.72
XYZ2.35562.70976.5298
Yxy2.70970.20320.2337
Hunter Lab16.4612-3.2636-11.9963
CIE-Lab18.8416-4.4017-18.2129

#073148 color RGB value is (7,49,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110001 01001000
Octal 7 61 110
Decimal 7 49 72
Hex 7 31 48

RGB Percentages of Color #073148

%5.47
%38.28
%56.25

CMYK Percentages of Color #073148

%90
%32
%0
%72

Triadic Colors of #073148

#073148 #480731 #314807

Analogous Colors of #073148

#073148 #071048 #07483f

Monochromatic Colors of #073148

#073148

Complementary Color

#073148 #481e07

#073148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073148 Color CSS Codes

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

#073148 Text Font Color

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

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


#073148 Background Color

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

This div background color is #073148


#073148 Border Color

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

This div border color is #073148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073148


Comments

No comments written yet.

Please login to write comment.