Color Hex Logo

#00397f Color Hex

#00397F
(0,57,127)
0 Favorites   0 Comments

Color spaces of #00397f

RGB 057127
HSL0.591.000.25
HSV213°100°50°
CMYK 1.000.550.00   0.50
XYZ5.29394.458620.6602
Yxy4.45860.17410.1466
Hunter Lab21.11547.8003-43.2311
CIE-Lab25.133013.6507-44.0078

#00397f color RGB value is (0,57,127).

#00397f hex color red value is 0, green value is 57 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #00397f hue: 0.59 , saturation: 1.00 and the lightness value of 00397f is 0.25.

The process color (four color CMYK) of #00397f color hex is 1.00, 0.55, 0.00, 0.50. Web safe color of #00397f is #003366. Color #00397f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111001 01111111
Octal 0 71 177
Decimal 0 57 127
Hex 0 39 7F

RGB Percentages of Color #00397f

%0.00
%30.98
%69.02

CMYK Percentages of Color #00397f

%100
%55
%0
%50

Triadic Colors of #00397f

#00397f #7f0039 #397f00

Analogous Colors of #00397f

#00397f #06007f #00797f

Monochromatic Colors of #00397f

#00397f

Complementary Color

#00397f #7f4600

#00397f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00397f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00397f Color CSS Codes

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

#00397f Text Font Color

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

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


#00397f Background Color

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

This div background color is #00397f


#00397f Border Color

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

This div border color is #00397f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,57,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00397f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00397f;
  -webkit-box-shadow: 1px 1px 3px 2px #00397f;
  box-shadow:         1px 1px 3px 2px #00397f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00397f

#00397f Color Palettes


Comments

No comments written yet.

Please login to write comment.