Color Hex Logo

#1f4bbb Color Hex

#1F4BBB
(31,75,187)
0 Favorites   0 Comments

Color spaces of #1f4bbb

RGB 3175187
HSL0.620.720.43
HSV223°83°73°
CMYK 0.830.600.00   0.27
XYZ12.05088.911348.0986
Yxy8.91130.17450.1290
Hunter Lab29.851819.8176-74.6345
CIE-Lab35.813027.8545-62.9863

#1f4bbb color RGB value is (31,75,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011111 01001011 10111011
Octal 37 113 273
Decimal 31 75 187
Hex 1F 4B BB

RGB Percentages of Color #1f4bbb

%10.58
%25.60
%63.82

CMYK Percentages of Color #1f4bbb

%83
%60
%0
%27

Triadic Colors of #1f4bbb

#1f4bbb #bb1f4b #4bbb1f

Analogous Colors of #1f4bbb

#1f4bbb #411fbb #1f99bb

Monochromatic Colors of #1f4bbb

#1f4bbb

Complementary Color

#1f4bbb #bb8f1f

#1f4bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1f4bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1f4bbb Color CSS Codes

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

#1f4bbb Text Font Color

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

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


#1f4bbb Background Color

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

This div background color is #1f4bbb


#1f4bbb Border Color

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

This div border color is #1f4bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1f4bbb


Comments

No comments written yet.

Please login to write comment.