Color Hex Logo

#07307e Color Hex

#07307E
(7,48,126)
0 Favorites   0 Comments

Color spaces of #07307e

RGB 748126
HSL0.610.890.26
HSV219°94°49°
CMYK 0.940.620.00   0.51
XYZ4.91053.665420.1874
Yxy3.66540.17070.1274
Hunter Lab19.145212.2787-49.1158
CIE-Lab22.532920.1325-47.6073

#07307e color RGB value is (7,48,126).

#07307e hex color red value is 7, green value is 48 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #07307e hue: 0.61 , saturation: 0.89 and the lightness value of 07307e is 0.26.

The process color (four color CMYK) of #07307e color hex is 0.94, 0.62, 0.00, 0.51. Web safe color of #07307e is #003366. Color #07307e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00110000 01111110
Octal 7 60 176
Decimal 7 48 126
Hex 7 30 7E

RGB Percentages of Color #07307e

%3.87
%26.52
%69.61

CMYK Percentages of Color #07307e

%94
%62
%0
%51

Triadic Colors of #07307e

#07307e #7e0730 #307e07

Analogous Colors of #07307e

#07307e #19077e #076c7e

Monochromatic Colors of #07307e

#07307e

Complementary Color

#07307e #7e5507

#07307e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07307e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07307e Color CSS Codes

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

#07307e Text Font Color

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

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


#07307e Background Color

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

This div background color is #07307e


#07307e Border Color

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

This div border color is #07307e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,48,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07307e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07307e;
  -webkit-box-shadow: 1px 1px 3px 2px #07307e;
  box-shadow:         1px 1px 3px 2px #07307e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07307e


Comments

No comments written yet.

Please login to write comment.