#163796

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

Shades of Egyptian Blue #163796

Tints of Egyptian Blue #163796

Color information

#163796 (or 0x163796) is unknown color: approx Egyptian Blue. HEX triplet: 16, 37 and 96. RGB value is (22,55,150). Sum of RGB (Red+Green+Blue) = 22+55+150=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #163796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163796 is #E9C869. Grayscale: #373737. Windows color (decimal): -15321194 or 9844502. OLE color: 9844502.

HSL color Cylindrical-coordinate representation of color #163796: hue angle of 224.53º 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 #163796 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2255150-
CMYK0.850.6300.41
HSL224.53º74.42%33.73%-
HSV(B)224.53º85.33%58.82%-
XYZ7.25.129.46-
YUV55.96181.07103.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 150 (58.98% from 255) = 66.08%
R=9.69%
G=24.23%
B=66.08%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22551500.850.6300.41224.5374.4233.73
Hex163796553F029e14a22
Octal26672261257705134111242
Binary101101101111001011010101011111110101001111000011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163796; }

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

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

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

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

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

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

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

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