Color Hex Logo

#073fbf Color Hex

#073FBF
(7,63,191)
0 Favorites   0 Comments

Color spaces of #073fbf

RGB 763191
HSL0.620.930.39
HSV222°96°75°
CMYK 0.960.670.00   0.25
XYZ11.26917.361850.1172
Yxy7.36180.16390.1071
Hunter Lab27.132626.6550-90.5228
CIE-Lab32.616836.0781-70.5987

#073fbf color RGB value is (7,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111111 10111111
Octal 7 77 277
Decimal 7 63 191
Hex 7 3F BF

RGB Percentages of Color #073fbf

%2.68
%24.14
%73.18

CMYK Percentages of Color #073fbf

%96
%67
%0
%25

Triadic Colors of #073fbf

#073fbf #bf073f #3fbf07

Analogous Colors of #073fbf

#073fbf #2b07bf #079bbf

Monochromatic Colors of #073fbf

#073fbf

Complementary Color

#073fbf #bf8707

#073fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#073fbf Color CSS Codes

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

#073fbf Text Font Color

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

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


#073fbf Background Color

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

This div background color is #073fbf


#073fbf Border Color

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

This div border color is #073fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073fbf


Comments

No comments written yet.

Please login to write comment.