Color Hex Logo

#1f479c Color Hex

#1F479C
(31,71,156)
0 Favorites   0 Comments

Color spaces of #1f479c

RGB 3171156
HSL0.610.670.37
HSV221°80°61°
CMYK 0.800.540.00   0.39
XYZ8.81917.198132.3770
Yxy7.19810.18220.1487
Hunter Lab26.829311.7238-52.7694
CIE-Lab32.253718.3694-50.2960

#1f479c color RGB value is (31,71,156).

#1f479c hex color red value is 31, green value is 71 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #1f479c hue: 0.61 , saturation: 0.67 and the lightness value of 1f479c is 0.37.

The process color (four color CMYK) of #1f479c color hex is 0.80, 0.54, 0.00, 0.39. Web safe color of #1f479c is #333399. Color #1f479c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01000111 10011100
Octal 37 107 234
Decimal 31 71 156
Hex 1F 47 9C

RGB Percentages of Color #1f479c

%12.02
%27.52
%60.47

CMYK Percentages of Color #1f479c

%80
%54
%0
%39

Triadic Colors of #1f479c

#1f479c #9c1f47 #479c1f

Analogous Colors of #1f479c

#1f479c #361f9c #1f869c

Monochromatic Colors of #1f479c

#1f479c

Complementary Color

#1f479c #9c741f

#1f479c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f479c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f479c Color CSS Codes

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

#1f479c Text Font Color

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

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


#1f479c Background Color

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

This div background color is #1f479c


#1f479c Border Color

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

This div border color is #1f479c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f479c


Comments

No comments written yet.

Please login to write comment.