#163F99

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

Shades of Egyptian Blue #163F99

Tints of Egyptian Blue #163F99

Color information

#163F99 (or 0x163F99) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3F and 99. RGB value is (22,63,153). Sum of RGB (Red+Green+Blue) = 22+63+153=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 153 (60.16% from 255 or 64.29% from 238); Max value from RGB is 153 - color contains mainly: blue. Hex color #163F99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163F99 is #E9C066. Grayscale: #3C3C3C. Windows color (decimal): -15319143 or 10043158. OLE color: 10043158.

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

Color convert

RGB2263153-
CMYK0.860.5900.4
HSL221.22º74.86%34.31%-
HSV(B)221.22º85.62%60%-
XYZ7.866.0330.89-
YUV61179.92100.18-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 153 (60.16% from 255) = 64.29%
R=9.24%
G=26.47%
B=64.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22631530.860.5900.4221.2274.8634.31
Hex163F99563B028dd4b22
Octal26772311267305033511342
Binary101101111111001100110101101110110101000110111011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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