#1447A2

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

Shades of Egyptian Blue #1447A2

Tints of Egyptian Blue #1447A2

Color information

#1447A2 (or 0x1447A2) is unknown color: approx Egyptian Blue. HEX triplet: 14, 47 and A2. RGB value is (20,71,162). Sum of RGB (Red+Green+Blue) = 20+71+162=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 162 (63.67% from 255 or 64.03% from 253); Max value from RGB is 162 - color contains mainly: blue. Hex color #1447A2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1447A2 is #EBB85D. Grayscale: #414141. Windows color (decimal): -15448158 or 10635028. OLE color: 10635028.

HSL color Cylindrical-coordinate representation of color #1447A2: hue angle of 218.45º 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 #1447A2 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2071162-
CMYK0.880.5600.36
HSL218.45º78.02%35.69%-
HSV(B)218.45º87.65%63.53%-
XYZ9.067.2635.11-
YUV66.12182.195.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 71 (28.12% from 255) = 28.06%
BLUE value IS 162 (63.67% from 255) = 64.03%
R=7.91%
G=28.06%
B=64.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20711620.880.5600.36218.4578.0235.69
Hex1447A25838024da4e24
Octal241072421307004433211644
Binary1010010001111010001010110001110000100100110110101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1447A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1447A2; }

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

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

<style>
 a { background-color: #1447A2; }

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

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

<style>
 span { border-color: #1447A2; }

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

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