Color Hex Logo

#073bbf Color Hex

#073BBF
(7,59,191)
0 Favorites   0 Comments

Color spaces of #073bbf

RGB 759191
HSL0.620.930.39
HSV223°96°75°
CMYK 0.960.690.00   0.25
XYZ11.05566.934750.0461
Yxy6.93470.16250.1019
Hunter Lab26.333828.8546-94.2440
CIE-Lab31.657838.6505-72.1791

#073bbf color RGB value is (7,59,191).

#073bbf hex color red value is 7, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #073bbf hue: 0.62 , saturation: 0.93 and the lightness value of 073bbf is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111011 10111111
Octal 7 73 277
Decimal 7 59 191
Hex 7 3B BF

RGB Percentages of Color #073bbf

%2.72
%22.96
%74.32

CMYK Percentages of Color #073bbf

%96
%69
%0
%25

Triadic Colors of #073bbf

#073bbf #bf073b #3bbf07

Analogous Colors of #073bbf

#073bbf #2f07bf #0797bf

Monochromatic Colors of #073bbf

#073bbf

Complementary Color

#073bbf #bf8b07

#073bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#073bbf Color CSS Codes

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

#073bbf Text Font Color

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

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


#073bbf Background Color

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

This div background color is #073bbf


#073bbf Border Color

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

This div border color is #073bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073bbf


Comments

No comments written yet.

Please login to write comment.