Color Hex Logo

#1f498d Color Hex

#1F498D
(31,73,141)
0 Favorites   0 Comments

Color spaces of #1f498d

RGB 3173141
HSL0.600.640.34
HSV217°78°55°
CMYK 0.780.480.00   0.45
XYZ7.75536.979526.1377
Yxy6.97950.18970.1708
Hunter Lab26.41876.1664-40.1662
CIE-Lab31.760211.0024-41.9533

#1f498d color RGB value is (31,73,141).

#1f498d hex color red value is 31, green value is 73 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #1f498d hue: 0.60 , saturation: 0.64 and the lightness value of 1f498d is 0.34.

The process color (four color CMYK) of #1f498d color hex is 0.78, 0.48, 0.00, 0.45. Web safe color of #1f498d is #333399. Color #1f498d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01001001 10001101
Octal 37 111 215
Decimal 31 73 141
Hex 1F 49 8D

RGB Percentages of Color #1f498d

%12.65
%29.80
%57.55

CMYK Percentages of Color #1f498d

%78
%48
%0
%45

Triadic Colors of #1f498d

#1f498d #8d1f49 #498d1f

Analogous Colors of #1f498d

#1f498d #2c1f8d #1f808d

Monochromatic Colors of #1f498d

#1f498d

Complementary Color

#1f498d #8d631f

#1f498d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f498d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f498d Color CSS Codes

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

#1f498d Text Font Color

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

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


#1f498d Background Color

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

This div background color is #1f498d


#1f498d Border Color

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

This div border color is #1f498d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f498d


Comments

No comments written yet.

Please login to write comment.