#164799

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

Shades of Egyptian Blue #164799

Tints of Egyptian Blue #164799

Color information

#164799 (or 0x164799) is unknown color: approx Egyptian Blue. HEX triplet: 16, 47 and 99. RGB value is (22,71,153). Sum of RGB (Red+Green+Blue) = 22+71+153=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 71 (28.12% from 255 or 28.86% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #164799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164799 is #E9B866. Grayscale: #414141. Windows color (decimal): -15317095 or 10045206. OLE color: 10045206.

HSL color Cylindrical-coordinate representation of color #164799: hue angle of 217.56º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #164799 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2271153-
CMYK0.860.5400.4
HSL217.56º74.86%34.31%-
HSV(B)217.56º85.62%60%-
XYZ8.336.9831.04-
YUV65.7177.2796.83-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 71 (28.12% from 255) = 28.86%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=8.94%
G=28.86%
B=62.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22711530.860.5400.4217.5674.8634.31
Hex1647995636028da4b22
Octal261072311266605033211342
Binary1011010001111001100110101101101100101000110110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164799; }

 p { color: rgb(22,71,153); }

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

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

 a { background-color: rgb(22,71,153); }

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

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

 span { border-color: rgb(22,71,153); }

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