#142E95

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

Shades of Egyptian Blue #142E95

Tints of Egyptian Blue #142E95

Color information

#142E95 (or 0x142E95) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2E and 95. RGB value is (20,46,149). Sum of RGB (Red+Green+Blue) = 20+46+149=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #142E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E95 is #EBD16A. Grayscale: #313131. Windows color (decimal): -15454571 or 9776660. OLE color: 9776660.

HSL color Cylindrical-coordinate representation of color #142E95: hue angle of 227.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142E95 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2046149-
CMYK0.870.6900.42
HSL227.91º76.33%33.14%-
HSV(B)227.91º86.58%58.43%-
XYZ6.694.2728.91-
YUV49.97183.89106.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 149 (58.59% from 255) = 69.30%
R=9.30%
G=21.40%
B=69.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20461490.870.6900.42227.9176.3333.14
Hex142E95574502Ae44c21
Octal245622512710505234411441
Binary1010010111010010101101011110001010101010111001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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