Color Hex Logo

#1f135f Color Hex

#1F135F
(31,19,95)
0 Favorites   0 Comments

Color spaces of #1f135f

RGB 311995
HSL0.690.670.22
HSV249°80°37°
CMYK 0.670.800.00   0.63
XYZ2.86351.583310.9812
Yxy1.58330.18560.1026
Hunter Lab12.582918.6012-42.9347
CIE-Lab13.128130.0287-42.8742

#1f135f color RGB value is (31,19,95).

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

The process color (four color CMYK) of #1f135f color hex is 0.67, 0.80, 0.00, 0.63. Web safe color of #1f135f is #330066. Color #1f135f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00010011 01011111
Octal 37 23 137
Decimal 31 19 95
Hex 1F 13 5F

RGB Percentages of Color #1f135f

%21.38
%13.10
%65.52

CMYK Percentages of Color #1f135f

%67
%80
%0
%63

Triadic Colors of #1f135f

#1f135f #5f1f13 #135f1f

Analogous Colors of #1f135f

#1f135f #45135f #132d5f

Monochromatic Colors of #1f135f

#1f135f

Complementary Color

#1f135f #535f13

#1f135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f135f Color CSS Codes

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

#1f135f Text Font Color

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

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


#1f135f Background Color

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

This div background color is #1f135f


#1f135f Border Color

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

This div border color is #1f135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f135f


Comments

No comments written yet.

Please login to write comment.