#1547a5

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

Shades of Egyptian Blue #1547A5

Tints of Egyptian Blue #1547A5

Color information

#1547A5 (or 0x1547A5) is unknown color: approx Egyptian Blue. HEX triplet: 15, 47 and A5. RGB value is (21,71,165). Sum of RGB (Red+Green+Blue) = 21+71+165=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 165 (64.84% from 255 or 64.20% from 257); Max value from RGB is 165 - color contains mainly: blue. Hex color #1547A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1547A5 is #EAB85A. Grayscale: #424242. Windows color (decimal): -15382619 or 10831637. OLE color: 10831637.

HSL color Cylindrical-coordinate representation of color #1547A5: hue angle of 219.17º 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 #1547A5 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2171165-
CMYK0.870.5700.35
HSL219.17º77.42%36.47%-
HSV(B)219.17º87.27%64.71%-
XYZ9.357.3836.53-
YUV66.77183.4495.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 165 (64.84% from 255) = 64.20%
R=8.17%
G=27.63%
B=64.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal21711650.870.5700.35219.1777.4236.47
Hex1547A55739023db4d24
Octal251072451277104333311544
Binary1010110001111010010110101111110010100011110110111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1547a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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