Color Hex Logo

#072baa Color Hex

#072BAA
(7,43,170)
0 Favorites   0 Comments

Color spaces of #072baa

RGB 743170
HSL0.630.920.35
HSV227°96°67°
CMYK 0.960.750.00   0.33
XYZ8.20724.675238.5000
Yxy4.67520.15970.0910
Hunter Lab21.622229.9149-90.4348
CIE-Lab25.788640.8749-69.3770

#072baa color RGB value is (7,43,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101011 10101010
Octal 7 53 252
Decimal 7 43 170
Hex 7 2B AA

RGB Percentages of Color #072baa

%3.18
%19.55
%77.27

CMYK Percentages of Color #072baa

%96
%75
%0
%33

Triadic Colors of #072baa

#072baa #aa072b #2baa07

Analogous Colors of #072baa

#072baa #3407aa #077daa

Monochromatic Colors of #072baa

#072baa

Complementary Color

#072baa #aa8607

#072baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#072baa Color CSS Codes

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

#072baa Text Font Color

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

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


#072baa Background Color

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

This div background color is #072baa


#072baa Border Color

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

This div border color is #072baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072baa


Comments

No comments written yet.

Please login to write comment.