Color Hex Logo

#141bab Color Hex

#141BAB
(20,27,171)
0 Favorites   0 Comments

Color spaces of #141bab

RGB 2027171
HSL0.660.790.37
HSV237°88°67°
CMYK 0.880.840.00   0.33
XYZ8.03113.872938.8523
Yxy3.87290.15820.0763
Hunter Lab19.679738.4048-103.2765
CIE-Lab23.246750.2393-74.1896

#141bab color RGB value is (20,27,171).

#141bab hex color red value is 20, green value is 27 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #141bab hue: 0.66 , saturation: 0.79 and the lightness value of 141bab is 0.37.

The process color (four color CMYK) of #141bab color hex is 0.88, 0.84, 0.00, 0.33. Web safe color of #141bab is #003399. Color #141bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011011 10101011
Octal 24 33 253
Decimal 20 27 171
Hex 14 1B AB

RGB Percentages of Color #141bab

%9.17
%12.39
%78.44

CMYK Percentages of Color #141bab

%88
%84
%0
%33

Triadic Colors of #141bab

#141bab #ab141b #1bab14

Analogous Colors of #141bab

#141bab #5914ab #1467ab

Monochromatic Colors of #141bab

#141bab

Complementary Color

#141bab #aba414

#141bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#141bab Color CSS Codes

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

#141bab Text Font Color

<p style="color:#141bab">Text here</p>

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


#141bab Background Color

<div style="background-color:#141bab">
Div content here</div>

This div background color is #141bab


#141bab Border Color

<div style="border:3px solid #141bab">
Div here</div>

This div border color is #141bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,27,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #141bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #141bab;
  -webkit-box-shadow: 1px 1px 3px 2px #141bab;
  box-shadow:         1px 1px 3px 2px #141bab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,27,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141bab


Comments

No comments written yet.

Please login to write comment.