#1323AE

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

Shades of Egyptian Blue #1323AE

Tints of Egyptian Blue #1323AE

Color information

#1323AE (or 0x1323AE) is unknown color: approx Egyptian Blue. HEX triplet: 13, 23 and AE. RGB value is (19,35,174). Sum of RGB (Red+Green+Blue) = 19+35+174=228 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.33% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #1323AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1323AE is #ECDC51. Grayscale: #2D2D2D. Windows color (decimal): -15522898 or 11412243. OLE color: 11412243.

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

Color convert

RGB1935174-
CMYK0.890.8000.32
HSL233.81º80.31%37.84%-
HSV(B)233.81º89.08%68.24%-
XYZ8.514.440.44-
YUV46.06200.2108.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.33%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 174 (68.36% from 255) = 76.32%
R=8.33%
G=15.35%
B=76.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal19351740.890.8000.32233.8180.3137.84
Hex1323AE5950020ea5026
Octal234325613112004035212046
Binary1001110001110101110101100110100000100000111010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1323AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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