Color Hex Logo

#1f4dba Color Hex

#1F4DBA
(31,77,186)
0 Favorites   0 Comments

Color spaces of #1f4dba

RGB 3177186
HSL0.620.710.43
HSV222°83°73°
CMYK 0.830.590.00   0.27
XYZ12.08199.144247.5826
Yxy9.14420.17560.1329
Hunter Lab30.239418.3993-72.1271
CIE-Lab36.260526.1415-61.6681

#1f4dba color RGB value is (31,77,186).

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

The process color (four color CMYK) of #1f4dba color hex is 0.83, 0.59, 0.00, 0.27. Web safe color of #1f4dba is #3366cc. Color #1f4dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01001101 10111010
Octal 37 115 272
Decimal 31 77 186
Hex 1F 4D BA

RGB Percentages of Color #1f4dba

%10.54
%26.19
%63.27

CMYK Percentages of Color #1f4dba

%83
%59
%0
%27

Triadic Colors of #1f4dba

#1f4dba #ba1f4d #4dba1f

Analogous Colors of #1f4dba

#1f4dba #3f1fba #1f9bba

Monochromatic Colors of #1f4dba

#1f4dba

Complementary Color

#1f4dba #ba8c1f

#1f4dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f4dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f4dba Color CSS Codes

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

#1f4dba Text Font Color

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

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


#1f4dba Background Color

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

This div background color is #1f4dba


#1f4dba Border Color

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

This div border color is #1f4dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f4dba


Comments

No comments written yet.

Please login to write comment.