#1531a5

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

Shades of Egyptian Blue #1531A5

Tints of Egyptian Blue #1531A5

Color information

#1531A5 (or 0x1531A5) is unknown color: approx Egyptian Blue. HEX triplet: 15, 31 and A5. RGB value is (21,49,165). Sum of RGB (Red+Green+Blue) = 21+49+165=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 165 (64.84% from 255 or 70.21% from 235); Max value from RGB is 165 - color contains mainly: blue. Hex color #1531A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1531A5 is #EACE5A. Grayscale: #353535. Windows color (decimal): -15388251 or 10826005. OLE color: 10826005.

HSL color Cylindrical-coordinate representation of color #1531A5: hue angle of 228.33º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1531A5 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2149165-
CMYK0.870.7000.35
HSL228.33º77.42%36.47%-
HSV(B)228.33º87.27%64.71%-
XYZ8.25.0736.14-
YUV53.85190.72104.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.94%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 165 (64.84% from 255) = 70.21%
R=8.94%
G=20.85%
B=70.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21491650.870.7000.35228.3377.4236.47
Hex1531A55746023e44d24
Octal256124512710604334411544
Binary1010111000110100101101011110001100100011111001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1531a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1531a5; }

 p { color: rgb(21,49,165); }

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

<style>
 a { background-color: #1531a5; }

 a { background-color: rgb(21,49,165); }

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

<style>
 span { border-color: #1531a5; }

 span { border-color: rgb(21,49,165); }

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