#1543AA

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

Shades of Egyptian Blue #1543AA

Tints of Egyptian Blue #1543AA

Color information

#1543AA (or 0x1543AA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 43 and AA. RGB value is (21,67,170). Sum of RGB (Red+Green+Blue) = 21+67+170=258 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.14% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #1543AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1543AA is #EABC55. Grayscale: #404040. Windows color (decimal): -15383638 or 11158293. OLE color: 11158293.

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

Color convert

RGB2167170-
CMYK0.880.6100.33
HSL221.48º78.01%37.45%-
HSV(B)221.48º87.65%66.67%-
XYZ9.577.0838.89-
YUV64.99187.2696.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.14%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=8.14%
G=25.97%
B=65.89%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21671700.880.6100.33221.4878.0137.45
Hex1543AA583D021dd4e25
Octal251032521307504133511645
Binary1010110000111010101010110001111010100001110111011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1543AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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