#1445AA

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

Shades of Egyptian Blue #1445AA

Tints of Egyptian Blue #1445AA

Color information

#1445AA (or 0x1445AA) is unknown color: approx Egyptian Blue. HEX triplet: 14, 45 and AA. RGB value is (20,69,170). Sum of RGB (Red+Green+Blue) = 20+69+170=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #1445AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1445AA is #EBBA55. Grayscale: #414141. Windows color (decimal): -15448662 or 11158804. OLE color: 11158804.

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

Color convert

RGB2069170-
CMYK0.880.5900.33
HSL220.4º78.95%37.25%-
HSV(B)220.4º88.24%66.67%-
XYZ9.677.3138.93-
YUV65.86186.7795.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 170 (66.80% from 255) = 65.64%
R=7.72%
G=26.64%
B=65.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20691700.880.5900.33220.478.9537.25
Hex1445AA583B021dc4f25
Octal241052521307304133411745
Binary1010010001011010101010110001110110100001110111001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1445AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,69,170); }

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

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

 a { background-color: rgb(20,69,170); }

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

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

 span { border-color: rgb(20,69,170); }

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