Color Hex Logo

#1f4c5a Color Hex

#1F4C5A
(31,76,90)
0 Favorites   0 Comments

Color spaces of #1f4c5a

RGB 317690
HSL0.540.490.24
HSV194°66°35°
CMYK 0.660.160.00   0.65
XYZ4.99506.198410.6060
Yxy6.19840.22910.2843
Hunter Lab24.8966-7.7566-7.8301
CIE-Lab29.9076-10.5928-12.8714

#1f4c5a color RGB value is (31,76,90).

#1f4c5a hex color red value is 31, green value is 76 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #1f4c5a hue: 0.54 , saturation: 0.49 and the lightness value of 1f4c5a is 0.24.

The process color (four color CMYK) of #1f4c5a color hex is 0.66, 0.16, 0.00, 0.65. Web safe color of #1f4c5a is #333366. Color #1f4c5a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01001100 01011010
Octal 37 114 132
Decimal 31 76 90
Hex 1F 4C 5A

RGB Percentages of Color #1f4c5a

%15.74
%38.58
%45.69

CMYK Percentages of Color #1f4c5a

%66
%16
%0
%65

Triadic Colors of #1f4c5a

#1f4c5a #5a1f4c #4c5a1f

Analogous Colors of #1f4c5a

#1f4c5a #1f2f5a #1f5a4b

Monochromatic Colors of #1f4c5a

#1f4c5a

Complementary Color

#1f4c5a #5a2d1f

#1f4c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f4c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f4c5a Color CSS Codes

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

#1f4c5a Text Font Color

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

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


#1f4c5a Background Color

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

This div background color is #1f4c5a


#1f4c5a Border Color

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

This div border color is #1f4c5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f4c5a

#1f4c5a Color Palettes


Comments

No comments written yet.

Please login to write comment.