Color Hex Logo

#1f418a Color Hex

#1F418A
(31,65,138)
0 Favorites   0 Comments

Color spaces of #1f418a

RGB 3165138
HSL0.610.630.33
HSV221°78°54°
CMYK 0.780.530.00   0.46
XYZ7.04285.906924.8137
Yxy5.90690.18650.1564
Hunter Lab24.30419.1932-43.5203
CIE-Lab29.176415.2838-44.2730

#1f418a color RGB value is (31,65,138).

#1f418a hex color red value is 31, green value is 65 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #1f418a hue: 0.61 , saturation: 0.63 and the lightness value of 1f418a is 0.33.

The process color (four color CMYK) of #1f418a color hex is 0.78, 0.53, 0.00, 0.46. Web safe color of #1f418a is #333399. Color #1f418a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01000001 10001010
Octal 37 101 212
Decimal 31 65 138
Hex 1F 41 8A

RGB Percentages of Color #1f418a

%13.25
%27.78
%58.97

CMYK Percentages of Color #1f418a

%78
%53
%0
%46

Triadic Colors of #1f418a

#1f418a #8a1f41 #418a1f

Analogous Colors of #1f418a

#1f418a #321f8a #1f778a

Monochromatic Colors of #1f418a

#1f418a

Complementary Color

#1f418a #8a681f

#1f418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f418a Color CSS Codes

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

#1f418a Text Font Color

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

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


#1f418a Background Color

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

This div background color is #1f418a


#1f418a Border Color

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

This div border color is #1f418a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f418a


Comments

No comments written yet.

Please login to write comment.