Color Hex Logo

#140fbb Color Hex

#140FBB
(20,15,187)
0 Favorites   0 Comments

Color spaces of #140fbb

RGB 2015187
HSL0.670.850.40
HSV242°92°73°
CMYK 0.890.920.00   0.27
XYZ9.42904.078247.3039
Yxy4.07820.15510.0671
Hunter Lab20.194648.0026-124.7452
CIE-Lab23.928359.3569-82.6336

#140fbb color RGB value is (20,15,187).

#140fbb hex color red value is 20, green value is 15 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #140fbb hue: 0.67 , saturation: 0.85 and the lightness value of 140fbb is 0.40.

The process color (four color CMYK) of #140fbb color hex is 0.89, 0.92, 0.00, 0.27. Web safe color of #140fbb is #0000cc. Color #140fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00001111 10111011
Octal 24 17 273
Decimal 20 15 187
Hex 14 F BB

RGB Percentages of Color #140fbb

%9.01
%6.76
%84.23

CMYK Percentages of Color #140fbb

%89
%92
%0
%27

Triadic Colors of #140fbb

#140fbb #bb140f #0fbb14

Analogous Colors of #140fbb

#140fbb #6a0fbb #0f60bb

Monochromatic Colors of #140fbb

#140fbb

Complementary Color

#140fbb #b6bb0f

#140fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#140fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#140fbb Color CSS Codes

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

#140fbb Text Font Color

<p style="color:#140fbb">Text here</p>

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


#140fbb Background Color

<div style="background-color:#140fbb">
Div content here</div>

This div background color is #140fbb


#140fbb Border Color

<div style="border:3px solid #140fbb">
Div here</div>

This div border color is #140fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,15,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #140fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #140fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #140fbb;
  box-shadow:         1px 1px 3px 2px #140fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,15,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 #140fbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #140fbb


Comments

No comments written yet.

Please login to write comment.