#163196

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

Shades of Egyptian Blue #163196

Tints of Egyptian Blue #163196

Color information

#163196 (or 0x163196) is unknown color: approx Egyptian Blue. HEX triplet: 16, 31 and 96. RGB value is (22,49,150). Sum of RGB (Red+Green+Blue) = 22+49+150=221 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.95% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #163196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163196 is #E9CE69. Grayscale: #343434. Windows color (decimal): -15322730 or 9842966. OLE color: 9842966.

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

Color convert

RGB2249150-
CMYK0.850.6700.41
HSL227.34º74.42%33.73%-
HSV(B)227.34º85.33%58.82%-
XYZ6.934.5729.37-
YUV52.44183.05106.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.95%
GREEN value IS 49 (19.53% from 255) = 22.17%
BLUE value IS 150 (58.98% from 255) = 67.87%
R=9.95%
G=22.17%
B=67.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22491500.850.6700.41227.3474.4233.73
Hex1631965543029e34a22
Octal266122612510305134311242
Binary1011011000110010110101010110000110101001111000111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163196; }

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

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

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

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

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

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

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

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