#1327AE

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

Shades of Egyptian Blue #1327AE

Tints of Egyptian Blue #1327AE

Color information

#1327AE (or 0x1327AE) is unknown color: approx Egyptian Blue. HEX triplet: 13, 27 and AE. RGB value is (19,39,174). Sum of RGB (Red+Green+Blue) = 19+39+174=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 174 (68.36% from 255 or 75% from 232); Max value from RGB is 174 - color contains mainly: blue. Hex color #1327AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1327AE is #ECD851. Grayscale: #2F2F2F. Windows color (decimal): -15521874 or 11413267. OLE color: 11413267.

HSL color Cylindrical-coordinate representation of color #1327AE: hue angle of 232.26º 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 #1327AE is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1939174-
CMYK0.890.7800.32
HSL232.26º80.31%37.84%-
HSV(B)232.26º89.08%68.24%-
XYZ8.634.6540.49-
YUV48.41198.87107.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.19%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 174 (68.36% from 255) = 75%
R=8.19%
G=16.81%
B=75%

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
Decimal19391740.890.7800.32232.2680.3137.84
Hex1327AE594E020e85026
Octal234725613111604035012046
Binary1001110011110101110101100110011100100000111010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1327AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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