Color Hex Logo

#1f2c71 Color Hex

#1F2C71
(31,44,113)
0 Favorites   0 Comments

Color spaces of #1f2c71

RGB 3144113
HSL0.640.570.28
HSV230°73°44°
CMYK 0.730.610.00   0.56
XYZ4.44643.284916.0225
Yxy3.28490.18720.1383
Hunter Lab18.124312.0736-39.7274
CIE-Lab21.150620.0290-41.5366

#1f2c71 color RGB value is (31,44,113).

#1f2c71 hex color red value is 31, green value is 44 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #1f2c71 hue: 0.64 , saturation: 0.57 and the lightness value of 1f2c71 is 0.28.

The process color (four color CMYK) of #1f2c71 color hex is 0.73, 0.61, 0.00, 0.56. Web safe color of #1f2c71 is #333366. Color #1f2c71 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00101100 01110001
Octal 37 54 161
Decimal 31 44 113
Hex 1F 2C 71

RGB Percentages of Color #1f2c71

%16.49
%23.40
%60.11

CMYK Percentages of Color #1f2c71

%73
%61
%0
%56

Triadic Colors of #1f2c71

#1f2c71 #711f2c #2c711f

Analogous Colors of #1f2c71

#1f2c71 #3b1f71 #1f5571

Monochromatic Colors of #1f2c71

#1f2c71

Complementary Color

#1f2c71 #71641f

#1f2c71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f2c71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f2c71 Color CSS Codes

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

#1f2c71 Text Font Color

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

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


#1f2c71 Background Color

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

This div background color is #1f2c71


#1f2c71 Border Color

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

This div border color is #1f2c71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f2c71


Comments

No comments written yet.

Please login to write comment.