Color Hex Logo

#1f537a Color Hex

#1F537A
(31,83,122)
0 Favorites   0 Comments

Color spaces of #1f537a

RGB 3183122
HSL0.570.590.30
HSV206°75°48°
CMYK 0.750.320.00   0.52
XYZ7.17127.883019.5560
Yxy7.88300.20720.2278
Hunter Lab28.0767-3.5426-21.6431
CIE-Lab33.7380-3.1099-27.0866

#1f537a color RGB value is (31,83,122).

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

The process color (four color CMYK) of #1f537a color hex is 0.75, 0.32, 0.00, 0.52. Web safe color of #1f537a is #336666. Color #1f537a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01010011 01111010
Octal 37 123 172
Decimal 31 83 122
Hex 1F 53 7A

RGB Percentages of Color #1f537a

%13.14
%35.17
%51.69

CMYK Percentages of Color #1f537a

%75
%32
%0
%52

Triadic Colors of #1f537a

#1f537a #7a1f53 #537a1f

Analogous Colors of #1f537a

#1f537a #1f267a #1f7a74

Monochromatic Colors of #1f537a

#1f537a

Complementary Color

#1f537a #7a461f

#1f537a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f537a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f537a Color CSS Codes

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

#1f537a Text Font Color

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

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


#1f537a Background Color

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

This div background color is #1f537a


#1f537a Border Color

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

This div border color is #1f537a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,83,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 #1f537a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f537a


Comments

No comments written yet.

Please login to write comment.