Color Hex Logo

#073999 Color Hex

#073999
(7,57,153)
0 Favorites   0 Comments

Color spaces of #073999

RGB 757153
HSL0.610.910.31
HSV219°95°60°
CMYK 0.950.630.00   0.40
XYZ7.30055.271330.7697
Yxy5.27130.16840.1216
Hunter Lab22.959316.5798-63.3880
CIE-Lab27.494125.0657-56.2556

#073999 color RGB value is (7,57,153).

#073999 hex color red value is 7, green value is 57 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #073999 hue: 0.61 , saturation: 0.91 and the lightness value of 073999 is 0.31.

The process color (four color CMYK) of #073999 color hex is 0.95, 0.63, 0.00, 0.40. Web safe color of #073999 is #003399. Color #073999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 10011001
Octal 7 71 231
Decimal 7 57 153
Hex 7 39 99

RGB Percentages of Color #073999

%3.23
%26.27
%70.51

CMYK Percentages of Color #073999

%95
%63
%0
%40

Triadic Colors of #073999

#073999 #990739 #399907

Analogous Colors of #073999

#073999 #1e0799 #078299

Monochromatic Colors of #073999

#073999

Complementary Color

#073999 #996707

#073999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#073999 Color CSS Codes

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

#073999 Text Font Color

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

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


#073999 Background Color

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

This div background color is #073999


#073999 Border Color

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

This div border color is #073999


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,57,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #073999; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #073999;
  -webkit-box-shadow: 1px 1px 3px 2px #073999;
  box-shadow:         1px 1px 3px 2px #073999; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073999


Comments

No comments written yet.

Please login to write comment.