#1326AE

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

Shades of Egyptian Blue #1326AE

Tints of Egyptian Blue #1326AE

Color information

#1326AE (or 0x1326AE) is unknown color: approx Egyptian Blue. HEX triplet: 13, 26 and AE. RGB value is (19,38,174). Sum of RGB (Red+Green+Blue) = 19+38+174=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 174 (68.36% from 255 or 75.32% from 231); Max value from RGB is 174 - color contains mainly: blue. Hex color #1326AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1326AE is #ECD951. Grayscale: #2F2F2F. Windows color (decimal): -15522130 or 11413011. OLE color: 11413011.

HSL color Cylindrical-coordinate representation of color #1326AE: hue angle of 232.65º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1326AE is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1938174-
CMYK0.890.7800.32
HSL232.65º80.31%37.84%-
HSV(B)232.65º89.08%68.24%-
XYZ8.64.5840.48-
YUV47.82199.21107.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.23%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 174 (68.36% from 255) = 75.32%
R=8.23%
G=16.45%
B=75.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19381740.890.7800.32232.6580.3137.84
Hex1326AE594E020e95026
Octal234625613111604035112046
Binary1001110011010101110101100110011100100000111010011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1326AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1326AE; }

 p { color: rgb(19,38,174); }

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

<style>
 a { background-color: #1326AE; }

 a { background-color: rgb(19,38,174); }

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

<style>
 span { border-color: #1326AE; }

 span { border-color: rgb(19,38,174); }

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