#142DAE

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

Shades of Egyptian Blue #142DAE

Tints of Egyptian Blue #142DAE

Color information

#142DAE (or 0x142DAE) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2D and AE. RGB value is (20,45,174). Sum of RGB (Red+Green+Blue) = 20+45+174=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #142DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142DAE is #EBD251. Grayscale: #333333. Windows color (decimal): -15454802 or 11414804. OLE color: 11414804.

HSL color Cylindrical-coordinate representation of color #142DAE: hue angle of 230.26º 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 #142DAE is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2045174-
CMYK0.890.7400.32
HSL230.26º79.38%38.04%-
HSV(B)230.26º88.51%68.24%-
XYZ8.875.0840.56-
YUV52.23196.72105.01-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 174 (68.36% from 255) = 72.80%
R=8.37%
G=18.83%
B=72.80%

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
Decimal20451740.890.7400.32230.2679.3838.04
Hex142DAE594A020e64f26
Octal245525613111204034611746
Binary1010010110110101110101100110010100100000111001101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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