Color Hex Logo

#1f4cbe Color Hex

#1F4CBE
(31,76,190)
0 Favorites   0 Comments

Color spaces of #1f4cbe

RGB 3176190
HSL0.620.720.43
HSV223°84°75°
CMYK 0.840.600.00   0.25
XYZ12.44389.177949.8308
Yxy9.17790.17420.1284
Hunter Lab30.295020.3032-76.3166
CIE-Lab36.324628.3506-63.9112

#1f4cbe color RGB value is (31,76,190).

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

The process color (four color CMYK) of #1f4cbe color hex is 0.84, 0.60, 0.00, 0.25. Web safe color of #1f4cbe is #3333cc. Color #1f4cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 01001100 10111110
Octal 37 114 276
Decimal 31 76 190
Hex 1F 4C BE

RGB Percentages of Color #1f4cbe

%10.44
%25.59
%63.97

CMYK Percentages of Color #1f4cbe

%84
%60
%0
%25

Triadic Colors of #1f4cbe

#1f4cbe #be1f4c #4cbe1f

Analogous Colors of #1f4cbe

#1f4cbe #411fbe #1f9cbe

Monochromatic Colors of #1f4cbe

#1f4cbe

Complementary Color

#1f4cbe #be911f

#1f4cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f4cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f4cbe Color CSS Codes

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

#1f4cbe Text Font Color

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

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


#1f4cbe Background Color

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

This div background color is #1f4cbe


#1f4cbe Border Color

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

This div border color is #1f4cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f4cbe


Comments

No comments written yet.

Please login to write comment.