#1420a2

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

Shades of Egyptian Blue #1420A2

Tints of Egyptian Blue #1420A2

Color information

#1420A2 (or 0x1420A2) is unknown color: approx Egyptian Blue. HEX triplet: 14, 20 and A2. RGB value is (20,32,162). Sum of RGB (Red+Green+Blue) = 20+32+162=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 162 (63.67% from 255 or 75.70% from 214); Max value from RGB is 162 - color contains mainly: blue. Hex color #1420A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1420A2 is #EBDF5D. Grayscale: #2A2A2A. Windows color (decimal): -15458142 or 10625044. OLE color: 10625044.

HSL color Cylindrical-coordinate representation of color #1420A2: hue angle of 234.93º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1420A2 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2032162-
CMYK0.880.8000.36
HSL234.93º78.02%35.69%-
HSV(B)234.93º87.65%63.53%-
XYZ7.333.7934.53-
YUV43.23195.02111.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 162 (63.67% from 255) = 75.70%
R=9.35%
G=14.95%
B=75.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20321620.880.8000.36234.9378.0235.69
Hex1420A25850024eb4e24
Octal244024213012004435311644
Binary1010010000010100010101100010100000100100111010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1420a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1420a2; }

 p { color: rgb(20,32,162); }

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

<style>
 a { background-color: #1420a2; }

 a { background-color: rgb(20,32,162); }

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

<style>
 span { border-color: #1420a2; }

 span { border-color: rgb(20,32,162); }

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