#142c9f

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

Shades of Egyptian Blue #142C9F

Tints of Egyptian Blue #142C9F

Color information

#142C9F (or 0x142C9F) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2C and 9F. RGB value is (20,44,159). Sum of RGB (Red+Green+Blue) = 20+44+159=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #142C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C9F is #EBD360. Grayscale: #313131. Windows color (decimal): -15455073 or 10431508. OLE color: 10431508.

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

Color convert

RGB2044159-
CMYK0.870.7200.38
HSL229.64º77.65%35.1%-
HSV(B)229.64º87.42%62.35%-
XYZ7.454.4533.27-
YUV49.93189.55106.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 159 (62.5% from 255) = 71.30%
R=8.97%
G=19.73%
B=71.30%

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
Decimal20441590.870.7200.38229.6477.6535.1
Hex142C9F5748026e64e23
Octal245423712711004634611643
Binary1010010110010011111101011110010000100110111001101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142c9f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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