#1524AA

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

Shades of Egyptian Blue #1524AA

Tints of Egyptian Blue #1524AA

Color information

#1524AA (or 0x1524AA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 24 and AA. RGB value is (21,36,170). Sum of RGB (Red+Green+Blue) = 21+36+170=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 170 (66.80% from 255 or 74.89% from 227); Max value from RGB is 170 - color contains mainly: blue. Hex color #1524AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1524AA is #EADB55. Grayscale: #2E2E2E. Windows color (decimal): -15391574 or 11150357. OLE color: 11150357.

HSL color Cylindrical-coordinate representation of color #1524AA: hue angle of 233.96º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1524AA is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2136170-
CMYK0.880.7900.33
HSL233.96º78.01%37.45%-
HSV(B)233.96º87.65%66.67%-
XYZ8.24.3238.43-
YUV46.79197.53109.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.25%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 170 (66.80% from 255) = 74.89%
R=9.25%
G=15.86%
B=74.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21361700.880.7900.33233.9678.0137.45
Hex1524AA584F021ea4e25
Octal254425213011704135211645
Binary1010110010010101010101100010011110100001111010101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1524AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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