#163D99

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

Shades of Egyptian Blue #163D99

Tints of Egyptian Blue #163D99

Color information

#163D99 (or 0x163D99) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3D and 99. RGB value is (22,61,153). Sum of RGB (Red+Green+Blue) = 22+61+153=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #163D99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163D99 is #E9C266. Grayscale: #3B3B3B. Windows color (decimal): -15319655 or 10042646. OLE color: 10042646.

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

Color convert

RGB2261153-
CMYK0.860.6000.4
HSL222.14º74.86%34.31%-
HSV(B)222.14º85.62%60%-
XYZ7.755.8130.85-
YUV59.83180.58101.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.32%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 153 (60.16% from 255) = 64.83%
R=9.32%
G=25.85%
B=64.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal22611530.860.6000.4222.1474.8634.31
Hex163D99563C028de4b22
Octal26752311267405033611342
Binary101101111011001100110101101111000101000110111101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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