#164294

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

Shades of Egyptian Blue #164294

Tints of Egyptian Blue #164294

Color information

#164294 (or 0x164294) is unknown color: approx Egyptian Blue. HEX triplet: 16, 42 and 94. RGB value is (22,66,148). Sum of RGB (Red+Green+Blue) = 22+66+148=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #164294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164294 is #E9BD6B. Grayscale: #3D3D3D. Windows color (decimal): -15318380 or 9716246. OLE color: 9716246.

HSL color Cylindrical-coordinate representation of color #164294: hue angle of 219.05º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #164294 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2266148-
CMYK0.850.5500.42
HSL219.05º74.12%33.33%-
HSV(B)219.05º85.14%58.04%-
XYZ7.626.2128.81-
YUV62.19176.4299.33-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.32%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=9.32%
G=27.97%
B=62.71%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22661480.850.5500.42219.0574.1233.33
Hex164294553702Adb4a21
Octal261022241256705233311241
Binary1011010000101001010010101011101110101010110110111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164294; }

 p { color: rgb(22,66,148); }

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

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

 a { background-color: rgb(22,66,148); }

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

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

 span { border-color: rgb(22,66,148); }

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