#1521AE

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

Shades of Egyptian Blue #1521AE

Tints of Egyptian Blue #1521AE

Color information

#1521AE (or 0x1521AE) is unknown color: approx Egyptian Blue. HEX triplet: 15, 21 and AE. RGB value is (21,33,174). Sum of RGB (Red+Green+Blue) = 21+33+174=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 33 (13.28% from 255 or 14.47% 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 #1521AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1521AE is #EADE51. Grayscale: #2C2C2C. Windows color (decimal): -15392338 or 11411733. OLE color: 11411733.

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

Color convert

RGB2133174-
CMYK0.880.8100.32
HSL235.29º78.46%38.24%-
HSV(B)235.29º87.93%68.24%-
XYZ8.494.340.43-
YUV45.49200.52110.54-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 174 (68.36% from 255) = 76.32%
R=9.21%
G=14.47%
B=76.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21331740.880.8100.32235.2978.4638.24
Hex1521AE5851020eb4e26
Octal254125613012104035311646
Binary1010110000110101110101100010100010100000111010111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1521AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,33,174); }

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

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

 a { background-color: rgb(21,33,174); }

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

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

 span { border-color: rgb(21,33,174); }

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