Color Hex Logo

#00375e Color Hex

#00375E
(0,55,94)
0 Favorites   0 Comments

Color spaces of #00375e

RGB 05594
HSL0.571.000.18
HSV205°100°37°
CMYK 1.000.410.00   0.63
XYZ3.38663.540511.0946
Yxy3.54050.18790.1965
Hunter Lab18.8162-0.8014-21.7878
CIE-Lab22.09020.3483-27.7417

#00375e color RGB value is (0,55,94).

#00375e hex color red value is 0, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #00375e hue: 0.57 , saturation: 1.00 and the lightness value of 00375e is 0.18.

The process color (four color CMYK) of #00375e color hex is 1.00, 0.41, 0.00, 0.63. Web safe color of #00375e is #003366. Color #00375e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110111 01011110
Octal 0 67 136
Decimal 0 55 94
Hex 0 37 5E

RGB Percentages of Color #00375e

%0.00
%36.91
%63.09

CMYK Percentages of Color #00375e

%100
%41
%0
%63

Triadic Colors of #00375e

#00375e #5e0037 #375e00

Analogous Colors of #00375e

#00375e #00085e #005e56

Monochromatic Colors of #00375e

#00375e

Complementary Color

#00375e #5e2700

#00375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00375e Color CSS Codes

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

#00375e Text Font Color

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

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


#00375e Background Color

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

This div background color is #00375e


#00375e Border Color

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

This div border color is #00375e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,55,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00375e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00375e;
  -webkit-box-shadow: 1px 1px 3px 2px #00375e;
  box-shadow:         1px 1px 3px 2px #00375e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00375e


Comments

No comments written yet.

Please login to write comment.