#1426AA

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

Shades of Egyptian Blue #1426AA

Tints of Egyptian Blue #1426AA

Color information

#1426AA (or 0x1426AA) is unknown color: approx Egyptian Blue. HEX triplet: 14, 26 and AA. RGB value is (20,38,170). Sum of RGB (Red+Green+Blue) = 20+38+170=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 38 (15.23% from 255 or 16.67% from 228); Blue value is 170 (66.80% from 255 or 74.56% from 228); Max value from RGB is 170 - color contains mainly: blue. Hex color #1426AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1426AA is #EBD955. Grayscale: #2F2F2F. Windows color (decimal): -15456598 or 11150868. OLE color: 11150868.

HSL color Cylindrical-coordinate representation of color #1426AA: hue angle of 232.8º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1426AA is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2038170-
CMYK0.880.7800.33
HSL232.8º78.95%37.25%-
HSV(B)232.8º88.24%66.67%-
XYZ8.244.4438.45-
YUV47.67197.04108.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 38 (15.23% from 255) = 16.67%
BLUE value IS 170 (66.80% from 255) = 74.56%
R=8.77%
G=16.67%
B=74.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20381700.880.7800.33232.878.9537.25
Hex1426AA584E021e94f25
Octal244625213011604135111745
Binary1010010011010101010101100010011100100001111010011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1426AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1426AA; }

 p { color: rgb(20,38,170); }

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

<style>
 a { background-color: #1426AA; }

 a { background-color: rgb(20,38,170); }

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

<style>
 span { border-color: #1426AA; }

 span { border-color: rgb(20,38,170); }

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