#1542AA

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

Shades of Egyptian Blue #1542AA

Tints of Egyptian Blue #1542AA

Color information

#1542AA (or 0x1542AA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 42 and AA. RGB value is (21,66,170). Sum of RGB (Red+Green+Blue) = 21+66+170=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 170 (66.80% from 255 or 66.15% from 257); Max value from RGB is 170 - color contains mainly: blue. Hex color #1542AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1542AA is #EABD55. Grayscale: #3F3F3F. Windows color (decimal): -15383894 or 11158037. OLE color: 11158037.

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

Color convert

RGB2166170-
CMYK0.880.6100.33
HSL221.88º78.01%37.45%-
HSV(B)221.88º87.65%66.67%-
XYZ9.516.9638.87-
YUV64.4187.5997.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.17%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 170 (66.80% from 255) = 66.15%
R=8.17%
G=25.68%
B=66.15%

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
Decimal21661700.880.6100.33221.8878.0137.45
Hex1542AA583D021de4e25
Octal251022521307504133611645
Binary1010110000101010101010110001111010100001110111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1542AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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