#142D9A

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

Shades of Egyptian Blue #142D9A

Tints of Egyptian Blue #142D9A

Color information

#142D9A (or 0x142D9A) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2D and 9A. RGB value is (20,45,154). Sum of RGB (Red+Green+Blue) = 20+45+154=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 154 (60.55% from 255 or 70.32% from 219); Max value from RGB is 154 - color contains mainly: blue. Hex color #142D9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142D9A is #EBD265. Grayscale: #313131. Windows color (decimal): -15454822 or 10104084. OLE color: 10104084.

HSL color Cylindrical-coordinate representation of color #142D9A: hue angle of 228.81º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142D9A is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2045154-
CMYK0.870.7100.40
HSL228.81º77.01%34.12%-
HSV(B)228.81º87.01%60.39%-
XYZ7.064.3631.04-
YUV49.95186.72106.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 154 (60.55% from 255) = 70.32%
R=9.13%
G=20.55%
B=70.32%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal20451540.870.7100.40228.8177.0134.12
Hex142D9A5747028e54d22
Octal245523212710705034511542
Binary1010010110110011010101011110001110101000111001011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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