#1A20A6

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

Shades of Egyptian Blue #1A20A6

Tints of Egyptian Blue #1A20A6

Color information

#1A20A6 (or 0x1A20A6) is unknown color: approx Egyptian Blue. HEX triplet: 1A, 20 and A6. RGB value is (26,32,166). Sum of RGB (Red+Green+Blue) = 26+32+166=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 166 (65.23% from 255 or 74.11% from 224); Max value from RGB is 166 - color contains mainly: blue. Hex color #1A20A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A20A6 is #E5DF59. Grayscale: #2C2C2C. Windows color (decimal): -15064922 or 10887194. OLE color: 10887194.

HSL color Cylindrical-coordinate representation of color #1A20A6: hue angle of 237.43º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A20A6 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2632166-
CMYK0.840.8100.35
HSL237.43º72.92%37.65%-
HSV(B)237.43º84.34%65.1%-
XYZ7.834.0136.44-
YUV45.48196.01114.1-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.61%
GREEN value IS 32 (12.89% from 255) = 14.29%
BLUE value IS 166 (65.23% from 255) = 74.11%
R=11.61%
G=14.29%
B=74.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal26321660.840.8100.35237.4372.9237.65
Hex1A20A65451023ed4926
Octal324024612412104335511146
Binary1101010000010100110101010010100010100011111011011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A20A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A20A6; }

 p { color: rgb(26,32,166); }

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

<style>
 a { background-color: #1A20A6; }

 a { background-color: rgb(26,32,166); }

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

<style>
 span { border-color: #1A20A6; }

 span { border-color: rgb(26,32,166); }

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