Color Hex Logo

#1f375e Color Hex

#1F375E
(31,55,94)
0 Favorites   0 Comments

Color spaces of #1f375e

RGB 315594
HSL0.600.500.25
HSV217°67°37°
CMYK 0.670.410.00   0.63
XYZ3.95163.831811.1210
Yxy3.83180.20900.2027
Hunter Lab19.57501.7776-19.9815
CIE-Lab23.10744.6470-26.0619

#1f375e color RGB value is (31,55,94).

#1f375e hex color red value is 31, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #1f375e hue: 0.60 , saturation: 0.50 and the lightness value of 1f375e is 0.25.

The process color (four color CMYK) of #1f375e color hex is 0.67, 0.41, 0.00, 0.63. Web safe color of #1f375e is #333366. Color #1f375e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00110111 01011110
Octal 37 67 136
Decimal 31 55 94
Hex 1F 37 5E

RGB Percentages of Color #1f375e

%17.22
%30.56
%52.22

CMYK Percentages of Color #1f375e

%67
%41
%0
%63

Triadic Colors of #1f375e

#1f375e #5e1f37 #375e1f

Analogous Colors of #1f375e

#1f375e #271f5e #1f575e

Monochromatic Colors of #1f375e

#1f375e

Complementary Color

#1f375e #5e461f

#1f375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f375e Color CSS Codes

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

#1f375e Text Font Color

<p style="color:#1f375e">Text here</p>

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


#1f375e Background Color

<div style="background-color:#1f375e">
Div content here</div>

This div background color is #1f375e


#1f375e Border Color

<div style="border:3px solid #1f375e">
Div here</div>

This div border color is #1f375e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,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 #1f375e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f375e


Comments

No comments written yet.

Please login to write comment.