#1541AA

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

Shades of Egyptian Blue #1541AA

Tints of Egyptian Blue #1541AA

Color information

#1541AA (or 0x1541AA) is unknown color: approx Egyptian Blue. HEX triplet: 15, 41 and AA. RGB value is (21,65,170). Sum of RGB (Red+Green+Blue) = 21+65+170=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #1541AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1541AA is #EABE55. Grayscale: #3F3F3F. Windows color (decimal): -15384150 or 11157781. OLE color: 11157781.

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

Color convert

RGB2165170-
CMYK0.880.6200.33
HSL222.28º78.01%37.45%-
HSV(B)222.28º87.65%66.67%-
XYZ9.466.8438.85-
YUV63.81187.9297.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.20%
GREEN value IS 65 (25.78% from 255) = 25.39%
BLUE value IS 170 (66.80% from 255) = 66.41%
R=8.20%
G=25.39%
B=66.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal21651700.880.6200.33222.2878.0137.45
Hex1541AA583E021de4e25
Octal251012521307604133611645
Binary1010110000011010101010110001111100100001110111101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1541AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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