#163FAE

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

Shades of Egyptian Blue #163FAE

Tints of Egyptian Blue #163FAE

Color information

#163FAE (or 0x163FAE) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3F and AE. RGB value is (22,63,174). Sum of RGB (Red+Green+Blue) = 22+63+174=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #163FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163FAE is #E9C051. Grayscale: #3E3E3E. Windows color (decimal): -15319122 or 11419414. OLE color: 11419414.

HSL color Cylindrical-coordinate representation of color #163FAE: hue angle of 223.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #163FAE is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2263174-
CMYK0.870.6400.32
HSL223.82º77.55%38.43%-
HSV(B)223.82º87.36%68.24%-
XYZ9.756.7840.84-
YUV63.4190.4298.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.49%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=8.49%
G=24.32%
B=67.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal22631740.870.6400.32223.8277.5538.43
Hex163FAE5740020e04e26
Octal267725612710004034011646
Binary1011011111110101110101011110000000100000111000001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #163FAE; }

 p { color: rgb(22,63,174); }

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

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

 a { background-color: rgb(22,63,174); }

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

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

 span { border-color: rgb(22,63,174); }

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