Color Hex Logo

#1f366f Color Hex

#1F366F
(31,54,111)
0 Favorites   0 Comments

Color spaces of #1f366f

RGB 3154111
HSL0.620.560.28
HSV223°72°44°
CMYK 0.720.510.00   0.56
XYZ4.75354.077315.5754
Yxy4.07730.19480.1671
Hunter Lab20.19236.6843-31.5989
CIE-Lab23.925412.1243-35.7611

#1f366f color RGB value is (31,54,111).

#1f366f hex color red value is 31, green value is 54 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #1f366f hue: 0.62 , saturation: 0.56 and the lightness value of 1f366f is 0.28.

The process color (four color CMYK) of #1f366f color hex is 0.72, 0.51, 0.00, 0.56. Web safe color of #1f366f is #333366. Color #1f366f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00110110 01101111
Octal 37 66 157
Decimal 31 54 111
Hex 1F 36 6F

RGB Percentages of Color #1f366f

%15.82
%27.55
%56.63

CMYK Percentages of Color #1f366f

%72
%51
%0
%56

Triadic Colors of #1f366f

#1f366f #6f1f36 #366f1f

Analogous Colors of #1f366f

#1f366f #301f6f #1f5e6f

Monochromatic Colors of #1f366f

#1f366f

Complementary Color

#1f366f #6f581f

#1f366f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f366f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f366f Color CSS Codes

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

#1f366f Text Font Color

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

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


#1f366f Background Color

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

This div background color is #1f366f


#1f366f Border Color

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

This div border color is #1f366f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f366f


Comments

No comments written yet.

Please login to write comment.