#142E90

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

Shades of Egyptian Blue #142E90

Tints of Egyptian Blue #142E90

Color information

#142E90 (or 0x142E90) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2E and 90. RGB value is (20,46,144). Sum of RGB (Red+Green+Blue) = 20+46+144=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #142E90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E90 is #EBD16F. Grayscale: #303030. Windows color (decimal): -15454576 or 9448980. OLE color: 9448980.

HSL color Cylindrical-coordinate representation of color #142E90: hue angle of 227.42º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142E90 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2046144-
CMYK0.860.6800.44
HSL227.42º75.61%32.16%-
HSV(B)227.42º86.11%56.47%-
XYZ6.34.1226.85-
YUV49.4181.39107.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 46 (18.36% from 255) = 21.90%
BLUE value IS 144 (56.64% from 255) = 68.57%
R=9.52%
G=21.90%
B=68.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20461440.860.6800.44227.4275.6132.16
Hex142E90564402Ce34c20
Octal245622012610405434311440
Binary1010010111010010000101011010001000101100111000111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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