#1639AA

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

Shades of Egyptian Blue #1639AA

Tints of Egyptian Blue #1639AA

Color information

#1639AA (or 0x1639AA) is unknown color: approx Egyptian Blue. HEX triplet: 16, 39 and AA. RGB value is (22,57,170). Sum of RGB (Red+Green+Blue) = 22+57+170=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #1639AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1639AA is #E9C655. Grayscale: #3A3A3A. Windows color (decimal): -15320662 or 11155734. OLE color: 11155734.

HSL color Cylindrical-coordinate representation of color #1639AA: hue angle of 225.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1639AA is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2257170-
CMYK0.870.6600.33
HSL225.81º77.08%37.65%-
HSV(B)225.81º87.06%66.67%-
XYZ9.05638.71-
YUV59.42190.4101.31-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 170 (66.80% from 255) = 68.27%
R=8.84%
G=22.89%
B=68.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal22571700.870.6600.33225.8177.0837.65
Hex1639AA5742021e24d26
Octal267125212710204134211546
Binary1011011100110101010101011110000100100001111000101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1639AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,57,170); }

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

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

 a { background-color: rgb(22,57,170); }

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

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

 span { border-color: rgb(22,57,170); }

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