Color Hex Logo

#1f54ab Color Hex

#1F54AB
(31,84,171)
0 Favorites   0 Comments

Color spaces of #1f54ab

RGB 3184171
HSL0.600.690.40
HSV217°82°67°
CMYK 0.820.510.00   0.33
XYZ11.08619.572239.7914
Yxy9.57220.18340.1583
Hunter Lab30.93909.8172-54.5971
CIE-Lab37.063415.5746-51.5016

#1f54ab color RGB value is (31,84,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 01010100 10101011
Octal 37 124 253
Decimal 31 84 171
Hex 1F 54 AB

RGB Percentages of Color #1f54ab

%10.84
%29.37
%59.79

CMYK Percentages of Color #1f54ab

%82
%51
%0
%33

Triadic Colors of #1f54ab

#1f54ab #ab1f54 #54ab1f

Analogous Colors of #1f54ab

#1f54ab #301fab #1f9aab

Monochromatic Colors of #1f54ab

#1f54ab

Complementary Color

#1f54ab #ab761f

#1f54ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f54ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f54ab Color CSS Codes

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

#1f54ab Text Font Color

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

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


#1f54ab Background Color

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

This div background color is #1f54ab


#1f54ab Border Color

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

This div border color is #1f54ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f54ab


Comments

No comments written yet.

Please login to write comment.