#1022A6

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

Shades of Egyptian Blue #1022A6

Tints of Egyptian Blue #1022A6

Color information

#1022A6 (or 0x1022A6) is unknown color: approx Egyptian Blue. HEX triplet: 10, 22 and A6. RGB value is (16,34,166). Sum of RGB (Red+Green+Blue) = 16+34+166=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 166 (65.23% from 255 or 76.85% from 216); Max value from RGB is 166 - color contains mainly: blue. Hex color #1022A6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1022A6 is #EFDD59. Grayscale: #2B2B2B. Windows color (decimal): -15719770 or 10887696. OLE color: 10887696.

HSL color Cylindrical-coordinate representation of color #1022A6: hue angle of 232.8º degrees, saturation: 0.82, 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 #1022A6 is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1634166-
CMYK0.900.8000.35
HSL232.8º82.42%35.69%-
HSV(B)232.8º90.36%65.1%-
XYZ7.674.0136.45-
YUV43.67197.04108.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.41%
GREEN value IS 34 (13.67% from 255) = 15.74%
BLUE value IS 166 (65.23% from 255) = 76.85%
R=7.41%
G=15.74%
B=76.85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16341660.900.8000.35232.882.4235.69
Hex1022A65A50023e95224
Octal204224613212004335112244
Binary1000010001010100110101101010100000100011111010011010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1022A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1022A6; }

 p { color: rgb(16,34,166); }

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

<style>
 a { background-color: #1022A6; }

 a { background-color: rgb(16,34,166); }

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

<style>
 span { border-color: #1022A6; }

 span { border-color: rgb(16,34,166); }

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