#1220A8

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

Shades of Egyptian Blue #1220A8

Tints of Egyptian Blue #1220A8

Color information

#1220A8 (or 0x1220A8) is unknown color: approx Egyptian Blue. HEX triplet: 12, 20 and A8. RGB value is (18,32,168). Sum of RGB (Red+Green+Blue) = 18+32+168=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 168 (66.02% from 255 or 77.06% from 218); Max value from RGB is 168 - color contains mainly: blue. Hex color #1220A8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1220A8 is #EDDF57. Grayscale: #2A2A2A. Windows color (decimal): -15589208 or 11018258. OLE color: 11018258.

HSL color Cylindrical-coordinate representation of color #1220A8: hue angle of 234.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1220A8 is Cyan = 0.89, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1832168-
CMYK0.890.8100.34
HSL234.4º80.65%36.47%-
HSV(B)234.4º89.29%65.88%-
XYZ7.833.9937.4-
YUV43.32198.36109.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 168 (66.02% from 255) = 77.06%
R=8.26%
G=14.68%
B=77.06%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18321680.890.8100.34234.480.6536.47
Hex1220A85951022ea5124
Octal224025013112104235212144
Binary1001010000010101000101100110100010100010111010101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1220A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1220A8; }

 p { color: rgb(18,32,168); }

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

<style>
 a { background-color: #1220A8; }

 a { background-color: rgb(18,32,168); }

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

<style>
 span { border-color: #1220A8; }

 span { border-color: rgb(18,32,168); }

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