Color Hex Logo

#1f136e Color Hex

#1F136E
(31,19,110)
0 Favorites   0 Comments

Color spaces of #1f136e

RGB 3119110
HSL0.690.710.25
HSV248°83°43°
CMYK 0.720.830.00   0.57
XYZ3.61241.882814.9249
Yxy1.88280.17690.0922
Hunter Lab13.721522.9802-54.8847
CIE-Lab14.859835.0920-49.9145

#1f136e color RGB value is (31,19,110).

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

The process color (four color CMYK) of #1f136e color hex is 0.72, 0.83, 0.00, 0.57. Web safe color of #1f136e is #330066. Color #1f136e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00010011 01101110
Octal 37 23 156
Decimal 31 19 110
Hex 1F 13 6E

RGB Percentages of Color #1f136e

%19.38
%11.88
%68.75

CMYK Percentages of Color #1f136e

%72
%83
%0
%57

Triadic Colors of #1f136e

#1f136e #6e1f13 #136e1f

Analogous Colors of #1f136e

#1f136e #4d136e #13346e

Monochromatic Colors of #1f136e

#1f136e

Complementary Color

#1f136e #626e13

#1f136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f136e Color CSS Codes

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

#1f136e Text Font Color

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

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


#1f136e Background Color

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

This div background color is #1f136e


#1f136e Border Color

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

This div border color is #1f136e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,19,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f136e


Comments

No comments written yet.

Please login to write comment.