#1645AB

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

Shades of Egyptian Blue #1645AB

Tints of Egyptian Blue #1645AB

Color information

#1645AB (or 0x1645AB) is unknown color: approx Egyptian Blue. HEX triplet: 16, 45 and AB. RGB value is (22,69,171). Sum of RGB (Red+Green+Blue) = 22+69+171=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #1645AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1645AB is #E9BA54. Grayscale: #424242. Windows color (decimal): -15317589 or 11224342. OLE color: 11224342.

HSL color Cylindrical-coordinate representation of color #1645AB: hue angle of 221.07º 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 #1645AB is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2269171-
CMYK0.870.6000.33
HSL221.07º77.2%37.84%-
HSV(B)221.07º87.13%67.06%-
XYZ9.817.3739.43-
YUV66.58186.9396.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.40%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 171 (67.19% from 255) = 65.27%
R=8.40%
G=26.34%
B=65.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal22691710.870.6000.33221.0777.237.84
Hex1645AB573C021dd4d26
Octal261052531277404133511546
Binary1011010001011010101110101111111000100001110111011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1645AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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