#1521A9

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

Shades of Egyptian Blue #1521A9

Tints of Egyptian Blue #1521A9

Color information

#1521A9 (or 0x1521A9) is unknown color: approx Egyptian Blue. HEX triplet: 15, 21 and A9. RGB value is (21,33,169). Sum of RGB (Red+Green+Blue) = 21+33+169=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 169 (66.41% from 255 or 75.78% from 223); Max value from RGB is 169 - color contains mainly: blue. Hex color #1521A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1521A9 is #EADE56. Grayscale: #2C2C2C. Windows color (decimal): -15392343 or 11084053. OLE color: 11084053.

HSL color Cylindrical-coordinate representation of color #1521A9: hue angle of 235.14º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1521A9 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2133169-
CMYK0.880.8000.34
HSL235.14º77.89%37.25%-
HSV(B)235.14º87.57%66.27%-
XYZ8.014.1137.91-
YUV44.92198.02110.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 33 (13.28% from 255) = 14.80%
BLUE value IS 169 (66.41% from 255) = 75.78%
R=9.42%
G=14.80%
B=75.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal21331690.880.8000.34235.1477.8937.25
Hex1521A95850022eb4e25
Octal254125113012004235311645
Binary1010110000110101001101100010100000100010111010111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1521A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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