#142EAE

Color #142EAE Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #142EAE

Tints of Egyptian Blue #142EAE

Color information

#142EAE (or 0x142EAE) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2E and AE. RGB value is (20,46,174). Sum of RGB (Red+Green+Blue) = 20+46+174=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 174 (68.36% from 255 or 72.5% from 240); Max value from RGB is 174 - color contains mainly: blue. Hex color #142EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142EAE is #EBD151. Grayscale: #343434. Windows color (decimal): -15454546 or 11415060. OLE color: 11415060.

HSL color Cylindrical-coordinate representation of color #142EAE: hue angle of 229.87º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #142EAE is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2046174-
CMYK0.890.7400.32
HSL229.87º79.38%38.04%-
HSV(B)229.87º88.51%68.24%-
XYZ8.915.1640.57-
YUV52.82196.39104.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 174 (68.36% from 255) = 72.5%
R=8.33%
G=19.17%
B=72.5%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal20461740.890.7400.32229.8779.3838.04
Hex142EAE594A020e64f26
Octal245625613111204034611746
Binary1010010111010101110101100110010100100000111001101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142EAE; }

 p { color: rgb(20,46,174); }

 H1.HeaderClassName
 {
   color: #142EAE;
 }
 .AnyTagClassName
 {
   color: #142EAE;
 }
</style>
background-color css

<style>
 a { background-color: #142EAE; }

 a { background-color: rgb(20,46,174); }

 div.DivClassName
 {
   background-color: #142EAE;
 }
 .BgClassName
 {
   background-color: #142EAE;
 }
</style>
border-color css

<style>
 span { border-color: #142EAE; }

 span { border-color: rgb(20,46,174); }

 td.TdClassName
 {
   border-color: #142EAE;
 }
 .TagClassName
 {
   border-color: #142EAE;
 }
</style>