#163199

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

Shades of Egyptian Blue #163199

Tints of Egyptian Blue #163199

Color information

#163199 (or 0x163199) is unknown color: approx Egyptian Blue. HEX triplet: 16, 31 and 99. RGB value is (22,49,153). Sum of RGB (Red+Green+Blue) = 22+49+153=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #163199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163199 is #E9CE66. Grayscale: #343434. Windows color (decimal): -15322727 or 10039574. OLE color: 10039574.

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

Color convert

RGB2249153-
CMYK0.860.6800.4
HSL227.63º74.86%34.31%-
HSV(B)227.63º85.62%60%-
XYZ7.184.6730.66-
YUV52.78184.55106.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 49 (19.53% from 255) = 21.88%
BLUE value IS 153 (60.16% from 255) = 68.30%
R=9.82%
G=21.88%
B=68.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22491530.860.6800.4227.6374.8634.31
Hex1631995644028e44b22
Octal266123112610405034411342
Binary1011011000110011001101011010001000101000111001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163199; }

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

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

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

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

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

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

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

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