#1040B3

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

Shades of Egyptian Blue #1040B3

Tints of Egyptian Blue #1040B3

Color information

#1040B3 (or 0x1040B3) is unknown color: approx Egyptian Blue. HEX triplet: 10, 40 and B3. RGB value is (16,64,179). Sum of RGB (Red+Green+Blue) = 16+64+179=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #1040B3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1040B3 is #EFBF4C. Grayscale: #3E3E3E. Windows color (decimal): -15712077 or 11747344. OLE color: 11747344.

HSL color Cylindrical-coordinate representation of color #1040B3: hue angle of 222.33º 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 #1040B3 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1664179-
CMYK0.910.6400.30
HSL222.33º83.59%38.24%-
HSV(B)222.33º91.06%70.2%-
XYZ10.187.0343.47-
YUV62.76193.694.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.18%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 179 (70.31% from 255) = 69.11%
R=6.18%
G=24.71%
B=69.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal16641790.910.6400.30222.3383.5938.24
Hex1040B35B4001Ede5426
Octal2010026313310003633612446
Binary1000010000001011001110110111000000011110110111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1040B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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