#1020A5

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

Shades of Egyptian Blue #1020A5

Tints of Egyptian Blue #1020A5

Color information

#1020A5 (or 0x1020A5) is unknown color: approx Egyptian Blue. HEX triplet: 10, 20 and A5. RGB value is (16,32,165). Sum of RGB (Red+Green+Blue) = 16+32+165=213 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.51% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 165 (64.84% from 255 or 77.46% from 213); Max value from RGB is 165 - color contains mainly: blue. Hex color #1020A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1020A5 is #EFDF5A. Grayscale: #292929. Windows color (decimal): -15720283 or 10821648. OLE color: 10821648.

HSL color Cylindrical-coordinate representation of color #1020A5: hue angle of 233.56º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1020A5 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1632165-
CMYK0.900.8100.35
HSL233.56º82.32%35.49%-
HSV(B)233.56º90.3%64.71%-
XYZ7.523.8635.95-
YUV42.38197.2109.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.51%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 165 (64.84% from 255) = 77.46%
R=7.51%
G=15.02%
B=77.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16321650.900.8100.35233.5682.3235.49
Hex1020A55A51023ea5223
Octal204024513212104335212243
Binary1000010000010100101101101010100010100011111010101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1020A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1020A5; }

 p { color: rgb(16,32,165); }

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

<style>
 a { background-color: #1020A5; }

 a { background-color: rgb(16,32,165); }

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

<style>
 span { border-color: #1020A5; }

 span { border-color: rgb(16,32,165); }

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