Color Hex Logo

#072bbe Color Hex

#072BBE
(7,43,190)
0 Favorites   0 Comments

Color spaces of #072bbe

RGB 743190
HSL0.630.930.39
HSV228°96°75°
CMYK 0.960.770.00   0.25
XYZ10.24585.490649.2350
Yxy5.49060.15770.0845
Hunter Lab23.432037.0442-108.1768
CIE-Lab28.089147.9218-77.4936

#072bbe color RGB value is (7,43,190).

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

The process color (four color CMYK) of #072bbe color hex is 0.96, 0.77, 0.00, 0.25. Web safe color of #072bbe is #0033cc. Color #072bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101011 10111110
Octal 7 53 276
Decimal 7 43 190
Hex 7 2B BE

RGB Percentages of Color #072bbe

%2.92
%17.92
%79.17

CMYK Percentages of Color #072bbe

%96
%77
%0
%25

Triadic Colors of #072bbe

#072bbe #be072b #2bbe07

Analogous Colors of #072bbe

#072bbe #3e07be #0787be

Monochromatic Colors of #072bbe

#072bbe

Complementary Color

#072bbe #be9a07

#072bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#072bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#072bbe Color CSS Codes

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

#072bbe Text Font Color

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

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


#072bbe Background Color

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

This div background color is #072bbe


#072bbe Border Color

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

This div border color is #072bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #072bbe


Comments

No comments written yet.

Please login to write comment.