#163296

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

Shades of Egyptian Blue #163296

Tints of Egyptian Blue #163296

Color information

#163296 (or 0x163296) is unknown color: approx Egyptian Blue. HEX triplet: 16, 32 and 96. RGB value is (22,50,150). Sum of RGB (Red+Green+Blue) = 22+50+150=222 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.91% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #163296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163296 is #E9CD69. Grayscale: #343434. Windows color (decimal): -15322474 or 9843222. OLE color: 9843222.

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

Color convert

RGB2250150-
CMYK0.850.6700.41
HSL226.88º74.42%33.73%-
HSV(B)226.88º85.33%58.82%-
XYZ6.984.6529.38-
YUV53.03182.72105.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.91%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 150 (58.98% from 255) = 67.57%
R=9.91%
G=22.52%
B=67.57%

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
Decimal22501500.850.6700.41226.8874.4233.73
Hex1632965543029e34a22
Octal266222612510305134311242
Binary1011011001010010110101010110000110101001111000111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163296; }

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

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

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

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

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

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

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

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