#1032B3

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

Shades of Egyptian Blue #1032B3

Tints of Egyptian Blue #1032B3

Color information

#1032B3 (or 0x1032B3) is unknown color: approx Egyptian Blue. HEX triplet: 10, 32 and B3. RGB value is (16,50,179). Sum of RGB (Red+Green+Blue) = 16+50+179=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 179 (70.31% from 255 or 73.06% from 245); Max value from RGB is 179 - color contains mainly: blue. Hex color #1032B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1032B3 is #EFCD4C. Grayscale: #353535. Windows color (decimal): -15715661 or 11743760. OLE color: 11743760.

HSL color Cylindrical-coordinate representation of color #1032B3: hue angle of 227.48º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1032B3 is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1650179-
CMYK0.910.7200.30
HSL227.48º83.59%38.24%-
HSV(B)227.48º91.06%70.2%-
XYZ9.495.6543.24-
YUV54.54198.24100.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.53%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 179 (70.31% from 255) = 73.06%
R=6.53%
G=20.41%
B=73.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16501790.910.7200.30227.4883.5938.24
Hex1032B35B4801Ee35426
Octal206226313311003634312446
Binary100001100101011001110110111001000011110111000111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1032B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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