#1524AE

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

Shades of Egyptian Blue #1524AE

Tints of Egyptian Blue #1524AE

Color information

#1524AE (or 0x1524AE) is unknown color: approx Egyptian Blue. HEX triplet: 15, 24 and AE. RGB value is (21,36,174). Sum of RGB (Red+Green+Blue) = 21+36+174=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 36 (14.45% from 255 or 15.58% 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 #1524AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1524AE is #EADB51. Grayscale: #2E2E2E. Windows color (decimal): -15391570 or 11412501. OLE color: 11412501.

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

Color convert

RGB2136174-
CMYK0.880.7900.32
HSL234.12º78.46%38.24%-
HSV(B)234.12º87.93%68.24%-
XYZ8.584.4840.46-
YUV47.25199.53109.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.09%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 174 (68.36% from 255) = 75.32%
R=9.09%
G=15.58%
B=75.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal21361740.880.7900.32234.1278.4638.24
Hex1524AE584F020ea4e26
Octal254425613011704035211646
Binary1010110010010101110101100010011110100000111010101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1524AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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