#1032A7

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

Shades of Egyptian Blue #1032A7

Tints of Egyptian Blue #1032A7

Color information

#1032A7 (or 0x1032A7) is unknown color: approx Egyptian Blue. HEX triplet: 10, 32 and A7. RGB value is (16,50,167). Sum of RGB (Red+Green+Blue) = 16+50+167=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 167 (65.62% from 255 or 71.67% from 233); Max value from RGB is 167 - color contains mainly: blue. Hex color #1032A7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1032A7 is #EFCD58. Grayscale: #343434. Windows color (decimal): -15715673 or 10957328. OLE color: 10957328.

HSL color Cylindrical-coordinate representation of color #1032A7: hue angle of 226.49º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1032A7 is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1650167-
CMYK0.900.7000.35
HSL226.49º82.51%35.88%-
HSV(B)226.49º90.42%65.49%-
XYZ8.335.1837.12-
YUV53.17192.24101.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.87%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 167 (65.62% from 255) = 71.67%
R=6.87%
G=21.46%
B=71.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16501670.900.7000.35226.4982.5135.88
Hex1032A75A46023e25324
Octal206224713210604334212344
Binary1000011001010100111101101010001100100011111000101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1032A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1032A7; }

 p { color: rgb(16,50,167); }

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

<style>
 a { background-color: #1032A7; }

 a { background-color: rgb(16,50,167); }

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

<style>
 span { border-color: #1032A7; }

 span { border-color: rgb(16,50,167); }

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