#142C9E

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

Shades of Egyptian Blue #142C9E

Tints of Egyptian Blue #142C9E

Color information

#142C9E (or 0x142C9E) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2C and 9E. RGB value is (20,44,158). Sum of RGB (Red+Green+Blue) = 20+44+158=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 158 (62.11% from 255 or 71.17% from 222); Max value from RGB is 158 - color contains mainly: blue. Hex color #142C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C9E is #EBD361. Grayscale: #313131. Windows color (decimal): -15455074 or 10365972. OLE color: 10365972.

HSL color Cylindrical-coordinate representation of color #142C9E: hue angle of 229.57º 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 #142C9E is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2044158-
CMYK0.870.7200.38
HSL229.57º77.53%34.9%-
HSV(B)229.57º87.34%61.96%-
XYZ7.364.4232.81-
YUV49.82189.05106.73-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 44 (17.58% from 255) = 19.82%
BLUE value IS 158 (62.11% from 255) = 71.17%
R=9.01%
G=19.82%
B=71.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20441580.870.7200.38229.5777.5334.9
Hex142C9E5748026e64e23
Octal245423612711004634611643
Binary1010010110010011110101011110010000100110111001101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,44,158); }

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

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

 a { background-color: rgb(20,44,158); }

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

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

 span { border-color: rgb(20,44,158); }

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