Color Hex Logo

#1f334d Color Hex

#1F334D
(31,51,77)
0 Favorites   0 Comments

Color spaces of #1f334d

RGB 315177
HSL0.590.430.21
HSV214°60°30°
CMYK 0.600.340.00   0.70
XYZ3.08853.19487.4751
Yxy3.19480.22450.2322
Hunter Lab17.8740-0.4360-12.2839
CIE-Lab20.80770.8994-18.4318

#1f334d color RGB value is (31,51,77).

#1f334d hex color red value is 31, green value is 51 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1f334d hue: 0.59 , saturation: 0.43 and the lightness value of 1f334d is 0.21.

The process color (four color CMYK) of #1f334d color hex is 0.60, 0.34, 0.00, 0.70. Web safe color of #1f334d is #333366. Color #1f334d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00110011 01001101
Octal 37 63 115
Decimal 31 51 77
Hex 1F 33 4D

RGB Percentages of Color #1f334d

%19.50
%32.08
%48.43

CMYK Percentages of Color #1f334d

%60
%34
%0
%70

Triadic Colors of #1f334d

#1f334d #4d1f33 #334d1f

Analogous Colors of #1f334d

#1f334d #221f4d #1f4a4d

Monochromatic Colors of #1f334d

#1f334d

Complementary Color

#1f334d #4d391f

#1f334d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f334d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f334d Color CSS Codes

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

#1f334d Text Font Color

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

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


#1f334d Background Color

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

This div background color is #1f334d


#1f334d Border Color

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

This div border color is #1f334d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f334d


Comments

No comments written yet.

Please login to write comment.