#164898

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

Shades of Egyptian Blue #164898

Tints of Egyptian Blue #164898

Color information

#164898 (or 0x164898) is unknown color: approx Egyptian Blue. HEX triplet: 16, 48 and 98. RGB value is (22,72,152). Sum of RGB (Red+Green+Blue) = 22+72+152=246 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.94% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #164898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #164898 is #E9B767. Grayscale: #414141. Windows color (decimal): -15316840 or 9979926. OLE color: 9979926.

HSL color Cylindrical-coordinate representation of color #164898: hue angle of 216.92º 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 #164898 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2272152-
CMYK0.860.5300.40
HSL216.92º74.71%34.12%-
HSV(B)216.92º85.53%59.61%-
XYZ8.327.0730.63-
YUV66.17176.4496.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.94%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 152 (59.77% from 255) = 61.79%
R=8.94%
G=29.27%
B=61.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal22721520.860.5300.40216.9274.7134.12
Hex1648985635028d94b22
Octal261102301266505033111342
Binary1011010010001001100010101101101010101000110110011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164898; }

 p { color: rgb(22,72,152); }

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

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

 a { background-color: rgb(22,72,152); }

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

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

 span { border-color: rgb(22,72,152); }

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