Color Hex Logo

#00394f Color Hex

#00394F
(0,57,79)
0 Favorites   0 Comments

Color spaces of #00394f

RGB 05779
HSL0.551.000.15
HSV197°100°31°
CMYK 1.000.280.00   0.69
XYZ2.87443.49087.9194
Yxy3.49080.20120.2444
Hunter Lab18.6837-5.2350-12.0525
CIE-Lab21.9111-7.6318-18.1208

#00394f color RGB value is (0,57,79).

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

The process color (four color CMYK) of #00394f color hex is 1.00, 0.28, 0.00, 0.69. Web safe color of #00394f is #003366. Color #00394f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111001 01001111
Octal 0 71 117
Decimal 0 57 79
Hex 0 39 4F

RGB Percentages of Color #00394f

%0.00
%41.91
%58.09

CMYK Percentages of Color #00394f

%100
%28
%0
%69

Triadic Colors of #00394f

#00394f #4f0039 #394f00

Analogous Colors of #00394f

#00394f #00124f #004f3e

Monochromatic Colors of #00394f

#00394f

Complementary Color

#00394f #4f1600

#00394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00394f Color CSS Codes

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

#00394f Text Font Color

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

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


#00394f Background Color

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

This div background color is #00394f


#00394f Border Color

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

This div border color is #00394f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00394f


Comments

No comments written yet.

Please login to write comment.