#1328AE

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

Shades of Egyptian Blue #1328AE

Tints of Egyptian Blue #1328AE

Color information

#1328AE (or 0x1328AE) is unknown color: approx Egyptian Blue. HEX triplet: 13, 28 and AE. RGB value is (19,40,174). Sum of RGB (Red+Green+Blue) = 19+40+174=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #1328AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1328AE is #ECD751. Grayscale: #303030. Windows color (decimal): -15521618 or 11413523. OLE color: 11413523.

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

Color convert

RGB1940174-
CMYK0.890.7700.32
HSL231.87º80.31%37.84%-
HSV(B)231.87º89.08%68.24%-
XYZ8.674.7140.5-
YUV49198.54106.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 40 (16.02% from 255) = 17.17%
BLUE value IS 174 (68.36% from 255) = 74.68%
R=8.15%
G=17.17%
B=74.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19401740.890.7700.32231.8780.3137.84
Hex1328AE594D020e85026
Octal235025613111504035012046
Binary1001110100010101110101100110011010100000111010001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1328AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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