Color Hex Logo

#1f56ae Color Hex

#1F56AE
(31,86,174)
0 Favorites   0 Comments

Color spaces of #1f56ae

RGB 3186174
HSL0.600.700.40
HSV217°82°68°
CMYK 0.820.510.00   0.32
XYZ11.532810.002941.3673
Yxy10.00290.18330.1590
Hunter Lab31.62749.7415-55.4098
CIE-Lab37.847615.4325-52.0128

#1f56ae color RGB value is (31,86,174).

#1f56ae hex color red value is 31, green value is 86 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1f56ae hue: 0.60 , saturation: 0.70 and the lightness value of 1f56ae is 0.40.

The process color (four color CMYK) of #1f56ae color hex is 0.82, 0.51, 0.00, 0.32. Web safe color of #1f56ae is #336699. Color #1f56ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01010110 10101110
Octal 37 126 256
Decimal 31 86 174
Hex 1F 56 AE

RGB Percentages of Color #1f56ae

%10.65
%29.55
%59.79

CMYK Percentages of Color #1f56ae

%82
%51
%0
%32

Triadic Colors of #1f56ae

#1f56ae #ae1f56 #56ae1f

Analogous Colors of #1f56ae

#1f56ae #2f1fae #1f9eae

Monochromatic Colors of #1f56ae

#1f56ae

Complementary Color

#1f56ae #ae771f

#1f56ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f56ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f56ae Color CSS Codes

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

#1f56ae Text Font Color

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

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


#1f56ae Background Color

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

This div background color is #1f56ae


#1f56ae Border Color

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

This div border color is #1f56ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f56ae


Comments

No comments written yet.

Please login to write comment.