Color Hex Logo

#142663 Color Hex

#142663
(20,38,99)
0 Favorites   0 Comments

Color spaces of #142663

RGB 203899
HSL0.630.660.23
HSV226°80°39°
CMYK 0.800.620.00   0.61
XYZ3.23372.435812.1041
Yxy2.43580.18190.1370
Hunter Lab15.60709.6719-35.0576
CIE-Lab17.625717.0772-38.1904

#142663 color RGB value is (20,38,99).

#142663 hex color red value is 20, green value is 38 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #142663 hue: 0.63 , saturation: 0.66 and the lightness value of 142663 is 0.23.

The process color (four color CMYK) of #142663 color hex is 0.80, 0.62, 0.00, 0.61. Web safe color of #142663 is #003366. Color #142663 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100110 01100011
Octal 24 46 143
Decimal 20 38 99
Hex 14 26 63

RGB Percentages of Color #142663

%12.74
%24.20
%63.06

CMYK Percentages of Color #142663

%80
%62
%0
%61

Triadic Colors of #142663

#142663 #631426 #266314

Analogous Colors of #142663

#142663 #2a1463 #144e63

Monochromatic Colors of #142663

#142663

Complementary Color

#142663 #635114

#142663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142663 Color CSS Codes

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

#142663 Text Font Color

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

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


#142663 Background Color

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

This div background color is #142663


#142663 Border Color

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

This div border color is #142663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142663


Comments

No comments written yet.

Please login to write comment.