#164696

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

Shades of Egyptian Blue #164696

Tints of Egyptian Blue #164696

Color information

#164696 (or 0x164696) is unknown color: approx Egyptian Blue. HEX triplet: 16, 46 and 96. RGB value is (22,70,150). Sum of RGB (Red+Green+Blue) = 22+70+150=242 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.09% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #164696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164696 is #E9B969. Grayscale: #404040. Windows color (decimal): -15317354 or 9848342. OLE color: 9848342.

HSL color Cylindrical-coordinate representation of color #164696: hue angle of 217.5º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164696 is Cyan = 0.85, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2270150-
CMYK0.850.5300.41
HSL217.5º74.42%33.73%-
HSV(B)217.5º85.33%58.82%-
XYZ8.036.7529.73-
YUV64.77176.197.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.09%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=9.09%
G=28.93%
B=61.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22701500.850.5300.41217.574.4233.73
Hex1646965535029da4a22
Octal261062261256505133211242
Binary1011010001101001011010101011101010101001110110101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164696; }

 p { color: rgb(22,70,150); }

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

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

 a { background-color: rgb(22,70,150); }

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

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

 span { border-color: rgb(22,70,150); }

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