Color Hex Logo

#073baa Color Hex

#073BAA
(7,59,170)
0 Favorites   0 Comments

Color spaces of #073baa

RGB 759170
HSL0.610.920.35
HSV221°96°67°
CMYK 0.960.650.00   0.33
XYZ8.90736.075438.7334
Yxy6.07540.16580.1131
Hunter Lab24.648321.3709-75.9169
CIE-Lab29.601930.5516-63.0876

#073baa color RGB value is (7,59,170).

#073baa hex color red value is 7, green value is 59 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #073baa hue: 0.61 , saturation: 0.92 and the lightness value of 073baa is 0.35.

The process color (four color CMYK) of #073baa color hex is 0.96, 0.65, 0.00, 0.33. Web safe color of #073baa is #003399. Color #073baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111011 10101010
Octal 7 73 252
Decimal 7 59 170
Hex 7 3B AA

RGB Percentages of Color #073baa

%2.97
%25.00
%72.03

CMYK Percentages of Color #073baa

%96
%65
%0
%33

Triadic Colors of #073baa

#073baa #aa073b #3baa07

Analogous Colors of #073baa

#073baa #2407aa #078daa

Monochromatic Colors of #073baa

#073baa

Complementary Color

#073baa #aa7607

#073baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#073baa Color CSS Codes

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

#073baa Text Font Color

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

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


#073baa Background Color

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

This div background color is #073baa


#073baa Border Color

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

This div border color is #073baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,59,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073baa;
  -webkit-box-shadow: 1px 1px 3px 2px #073baa;
  box-shadow:         1px 1px 3px 2px #073baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073baa


Comments

No comments written yet.

Please login to write comment.