Color Hex Logo

#1f437a Color Hex

#1F437A
(31,67,122)
0 Favorites   0 Comments

Color spaces of #1f437a

RGB 3167122
HSL0.600.590.30
HSV216°75°48°
CMYK 0.750.450.00   0.52
XYZ6.08515.710819.1939
Yxy5.71080.19640.1843
Hunter Lab23.89733.6322-30.8927
CIE-Lab28.67087.4764-35.1224

#1f437a color RGB value is (31,67,122).

#1f437a hex color red value is 31, green value is 67 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #1f437a hue: 0.60 , saturation: 0.59 and the lightness value of 1f437a is 0.30.

The process color (four color CMYK) of #1f437a color hex is 0.75, 0.45, 0.00, 0.52. Web safe color of #1f437a is #333366. Color #1f437a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01000011 01111010
Octal 37 103 172
Decimal 31 67 122
Hex 1F 43 7A

RGB Percentages of Color #1f437a

%14.09
%30.45
%55.45

CMYK Percentages of Color #1f437a

%75
%45
%0
%52

Triadic Colors of #1f437a

#1f437a #7a1f43 #437a1f

Analogous Colors of #1f437a

#1f437a #281f7a #1f717a

Monochromatic Colors of #1f437a

#1f437a

Complementary Color

#1f437a #7a561f

#1f437a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f437a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f437a Color CSS Codes

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

#1f437a Text Font Color

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

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


#1f437a Background Color

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

This div background color is #1f437a


#1f437a Border Color

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

This div border color is #1f437a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f437a

#1f437a Color Palettes


Comments

No comments written yet.

Please login to write comment.