#1522AA

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

Shades of Egyptian Blue #1522AA

Tints of Egyptian Blue #1522AA

Color information

#1522AA (or 0x1522AA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 22 and AA. RGB value is (21,34,170). Sum of RGB (Red+Green+Blue) = 21+34+170=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #1522AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1522AA is #EADD55. Grayscale: #2D2D2D. Windows color (decimal): -15392086 or 11149845. OLE color: 11149845.

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

Color convert

RGB2134170-
CMYK0.880.8000.33
HSL234.77º78.01%37.45%-
HSV(B)234.77º87.65%66.67%-
XYZ8.144.2138.41-
YUV45.62198.19110.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 34 (13.67% from 255) = 15.11%
BLUE value IS 170 (66.80% from 255) = 75.56%
R=9.33%
G=15.11%
B=75.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21341700.880.8000.33234.7778.0137.45
Hex1522AA5850021eb4e25
Octal254225213012004135311645
Binary1010110001010101010101100010100000100001111010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1522AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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