Color Hex Logo

#1f137f Color Hex

#1F137F
(31,19,127)
0 Favorites   0 Comments

Color spaces of #1f137f

RGB 3119127
HSL0.690.740.29
HSV247°85°50°
CMYK 0.760.850.00   0.50
XYZ4.62872.289420.2766
Yxy2.28940.17020.0842
Hunter Lab15.130828.1267-68.8625
CIE-Lab16.938140.6154-57.4213

#1f137f color RGB value is (31,19,127).

#1f137f hex color red value is 31, green value is 19 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #1f137f hue: 0.69 , saturation: 0.74 and the lightness value of 1f137f is 0.29.

The process color (four color CMYK) of #1f137f color hex is 0.76, 0.85, 0.00, 0.50. Web safe color of #1f137f is #330066. Color #1f137f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00010011 01111111
Octal 37 23 177
Decimal 31 19 127
Hex 1F 13 7F

RGB Percentages of Color #1f137f

%17.51
%10.73
%71.75

CMYK Percentages of Color #1f137f

%76
%85
%0
%50

Triadic Colors of #1f137f

#1f137f #7f1f13 #137f1f

Analogous Colors of #1f137f

#1f137f #55137f #133d7f

Monochromatic Colors of #1f137f

#1f137f

Complementary Color

#1f137f #737f13

#1f137f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f137f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f137f Color CSS Codes

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

#1f137f Text Font Color

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

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


#1f137f Background Color

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

This div background color is #1f137f


#1f137f Border Color

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

This div border color is #1f137f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f137f


Comments

No comments written yet.

Please login to write comment.