#1644AF

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

Shades of Egyptian Blue #1644AF

Tints of Egyptian Blue #1644AF

Color information

#1644AF (or 0x1644AF) is unknown color: approx Egyptian Blue. HEX triplet: 16, 44 and AF. RGB value is (22,68,175). Sum of RGB (Red+Green+Blue) = 22+68+175=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #1644AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1644AF is #E9BB50. Grayscale: #414141. Windows color (decimal): -15317841 or 11486230. OLE color: 11486230.

HSL color Cylindrical-coordinate representation of color #1644AF: hue angle of 221.96º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1644AF is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2268175-
CMYK0.870.6100.31
HSL221.96º77.66%38.63%-
HSV(B)221.96º87.43%68.63%-
XYZ10.147.441.45-
YUV66.44189.2696.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 175 (68.75% from 255) = 66.04%
R=8.30%
G=25.66%
B=66.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22681750.870.6100.31221.9677.6638.63
Hex1644AF573D01Fde4e27
Octal261042571277503733611647
Binary101101000100101011111010111111101011111110111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1644AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1644AF; }

 p { color: rgb(22,68,175); }

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

<style>
 a { background-color: #1644AF; }

 a { background-color: rgb(22,68,175); }

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

<style>
 span { border-color: #1644AF; }

 span { border-color: rgb(22,68,175); }

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