#1520A1

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

Shades of Egyptian Blue #1520A1

Tints of Egyptian Blue #1520A1

Color information

#1520A1 (or 0x1520A1) is unknown color: approx Egyptian Blue. HEX triplet: 15, 20 and A1. RGB value is (21,32,161). Sum of RGB (Red+Green+Blue) = 21+32+161=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 161 (63.28% from 255 or 75.23% from 214); Max value from RGB is 161 - color contains mainly: blue. Hex color #1520A1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1520A1 is #EADF5E. Grayscale: #2A2A2A. Windows color (decimal): -15392607 or 10559509. OLE color: 10559509.

HSL color Cylindrical-coordinate representation of color #1520A1: hue angle of 235.29º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1520A1 is Cyan = 0.87, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB2132161-
CMYK0.870.8000.37
HSL235.29º76.92%35.69%-
HSV(B)235.29º86.96%63.14%-
XYZ7.263.7734.06-
YUV43.42194.36112.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 32 (12.89% from 255) = 14.95%
BLUE value IS 161 (63.28% from 255) = 75.23%
R=9.81%
G=14.95%
B=75.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal21321610.870.8000.37235.2976.9235.69
Hex1520A15750025eb4d24
Octal254024112712004535311544
Binary1010110000010100001101011110100000100101111010111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1520A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1520A1; }

 p { color: rgb(21,32,161); }

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

<style>
 a { background-color: #1520A1; }

 a { background-color: rgb(21,32,161); }

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

<style>
 span { border-color: #1520A1; }

 span { border-color: rgb(21,32,161); }

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