Color Hex Logo

#142194 Color Hex

#142194
(20,33,148)
0 Favorites   0 Comments

Color spaces of #142194

RGB 2033148
HSL0.650.760.33
HSV234°86°58°
CMYK 0.860.780.00   0.42
XYZ6.17763.374628.3427
Yxy3.37460.16300.0891
Hunter Lab18.370127.8794-78.6179
CIE-Lab21.485739.4551-63.0694

#142194 color RGB value is (20,33,148).

#142194 hex color red value is 20, green value is 33 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #142194 hue: 0.65 , saturation: 0.76 and the lightness value of 142194 is 0.33.

The process color (four color CMYK) of #142194 color hex is 0.86, 0.78, 0.00, 0.42. Web safe color of #142194 is #003399. Color #142194 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100001 10010100
Octal 24 41 224
Decimal 20 33 148
Hex 14 21 94

RGB Percentages of Color #142194

%9.95
%16.42
%73.63

CMYK Percentages of Color #142194

%86
%78
%0
%42

Triadic Colors of #142194

#142194 #941421 #219414

Analogous Colors of #142194

#142194 #471494 #146194

Monochromatic Colors of #142194

#142194

Complementary Color

#142194 #948714

#142194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142194 Color CSS Codes

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

#142194 Text Font Color

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

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


#142194 Background Color

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

This div background color is #142194


#142194 Border Color

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

This div border color is #142194


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,33,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #142194; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #142194;
  -webkit-box-shadow: 1px 1px 3px 2px #142194;
  box-shadow:         1px 1px 3px 2px #142194; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142194


Comments

No comments written yet.

Please login to write comment.