Color Hex Logo

#07397b Color Hex

#07397B
(7,57,123)
0 Favorites   0 Comments

Color spaces of #07397b

RGB 757123
HSL0.590.890.25
HSV214°94°48°
CMYK 0.940.540.00   0.52
XYZ5.12594.401519.3183
Yxy4.40150.17770.1526
Hunter Lab20.97986.8976-39.9088
CIE-Lab24.956712.3692-41.7677

#07397b color RGB value is (7,57,123).

#07397b hex color red value is 7, green value is 57 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #07397b hue: 0.59 , saturation: 0.89 and the lightness value of 07397b is 0.25.

The process color (four color CMYK) of #07397b color hex is 0.94, 0.54, 0.00, 0.52. Web safe color of #07397b is #003366. Color #07397b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111001 01111011
Octal 7 71 173
Decimal 7 57 123
Hex 7 39 7B

RGB Percentages of Color #07397b

%3.74
%30.48
%65.78

CMYK Percentages of Color #07397b

%94
%54
%0
%52

Triadic Colors of #07397b

#07397b #7b0739 #397b07

Analogous Colors of #07397b

#07397b #0f077b #07737b

Monochromatic Colors of #07397b

#07397b

Complementary Color

#07397b #7b4907

#07397b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07397b Color Preview on White Background

Lorem ipsum dolor sit amet.

#07397b Color CSS Codes

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

#07397b Text Font Color

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

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


#07397b Background Color

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

This div background color is #07397b


#07397b Border Color

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

This div border color is #07397b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07397b


Comments

No comments written yet.

Please login to write comment.