Color Hex Logo

#1f356b Color Hex

#1F356B
(31,53,107)
0 Favorites   0 Comments

Color spaces of #1f356b

RGB 3153107
HSL0.620.550.27
HSV223°71°42°
CMYK 0.710.500.00   0.58
XYZ4.49203.899014.4258
Yxy3.89900.19690.1709
Hunter Lab19.74596.0517-29.4935
CIE-Lab23.334711.2284-34.1400

#1f356b color RGB value is (31,53,107).

#1f356b hex color red value is 31, green value is 53 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #1f356b hue: 0.62 , saturation: 0.55 and the lightness value of 1f356b is 0.27.

The process color (four color CMYK) of #1f356b color hex is 0.71, 0.50, 0.00, 0.58. Web safe color of #1f356b is #333366. Color #1f356b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 00110101 01101011
Octal 37 65 153
Decimal 31 53 107
Hex 1F 35 6B

RGB Percentages of Color #1f356b

%16.23
%27.75
%56.02

CMYK Percentages of Color #1f356b

%71
%50
%0
%58

Triadic Colors of #1f356b

#1f356b #6b1f35 #356b1f

Analogous Colors of #1f356b

#1f356b #2f1f6b #1f5b6b

Monochromatic Colors of #1f356b

#1f356b

Complementary Color

#1f356b #6b551f

#1f356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f356b Color CSS Codes

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

#1f356b Text Font Color

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

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


#1f356b Background Color

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

This div background color is #1f356b


#1f356b Border Color

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

This div border color is #1f356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f356b


Comments

No comments written yet.

Please login to write comment.