#142E9F

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

Shades of Egyptian Blue #142E9F

Tints of Egyptian Blue #142E9F

Color information

#142E9F (or 0x142E9F) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2E and 9F. RGB value is (20,46,159). Sum of RGB (Red+Green+Blue) = 20+46+159=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #142E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E9F is #EBD160. Grayscale: #323232. Windows color (decimal): -15454561 or 10432020. OLE color: 10432020.

HSL color Cylindrical-coordinate representation of color #142E9F: hue angle of 228.78º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142E9F is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2046159-
CMYK0.870.7100.38
HSL228.78º77.65%35.1%-
HSV(B)228.78º87.42%62.35%-
XYZ7.524.6133.29-
YUV51.11188.89105.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 46 (18.36% from 255) = 20.44%
BLUE value IS 159 (62.5% from 255) = 70.67%
R=8.89%
G=20.44%
B=70.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20461590.870.7100.38228.7877.6535.1
Hex142E9F5747026e54e23
Octal245623712710704634511643
Binary1010010111010011111101011110001110100110111001011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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