#1645A5

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

Shades of Egyptian Blue #1645A5

Tints of Egyptian Blue #1645A5

Color information

#1645A5 (or 0x1645A5) is unknown color: approx Egyptian Blue. HEX triplet: 16, 45 and A5. RGB value is (22,69,165). Sum of RGB (Red+Green+Blue) = 22+69+165=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 165 (64.84% from 255 or 64.45% from 256); Max value from RGB is 165 - color contains mainly: blue. Hex color #1645A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1645A5 is #E9BA5A. Grayscale: #414141. Windows color (decimal): -15317595 or 10831126. OLE color: 10831126.

HSL color Cylindrical-coordinate representation of color #1645A5: hue angle of 220.28º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1645A5 is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2269165-
CMYK0.870.5800.35
HSL220.28º76.47%36.67%-
HSV(B)220.28º86.67%64.71%-
XYZ9.257.1436.49-
YUV65.89183.9396.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 69 (27.34% from 255) = 26.95%
BLUE value IS 165 (64.84% from 255) = 64.45%
R=8.59%
G=26.95%
B=64.45%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal22691650.870.5800.35220.2876.4736.67
Hex1645A5573A023dc4c25
Octal261052451277204333411445
Binary1011010001011010010110101111110100100011110111001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1645A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1645A5; }

 p { color: rgb(22,69,165); }

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

<style>
 a { background-color: #1645A5; }

 a { background-color: rgb(22,69,165); }

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

<style>
 span { border-color: #1645A5; }

 span { border-color: rgb(22,69,165); }

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