#1532AA

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

Shades of Egyptian Blue #1532AA

Tints of Egyptian Blue #1532AA

Color information

#1532AA (or 0x1532AA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 32 and AA. RGB value is (21,50,170). Sum of RGB (Red+Green+Blue) = 21+50+170=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 170 (66.80% from 255 or 70.54% from 241); Max value from RGB is 170 - color contains mainly: blue. Hex color #1532AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1532AA is #EACD55. Grayscale: #363636. Windows color (decimal): -15387990 or 11153941. OLE color: 11153941.

HSL color Cylindrical-coordinate representation of color #1532AA: hue angle of 228.32º 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 #1532AA is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2150170-
CMYK0.880.7100.33
HSL228.32º78.01%37.45%-
HSV(B)228.32º87.65%66.67%-
XYZ8.715.3438.6-
YUV55.01192.89103.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.71%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 170 (66.80% from 255) = 70.54%
R=8.71%
G=20.75%
B=70.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21501700.880.7100.33228.3278.0137.45
Hex1532AA5847021e44e25
Octal256225213010704134411645
Binary1010111001010101010101100010001110100001111001001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1532AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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