#163A9F

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

Shades of Egyptian Blue #163A9F

Tints of Egyptian Blue #163A9F

Color information

#163A9F (or 0x163A9F) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3A and 9F. RGB value is (22,58,159). Sum of RGB (Red+Green+Blue) = 22+58+159=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #163A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A9F is #E9C560. Grayscale: #3A3A3A. Windows color (decimal): -15320417 or 10435094. OLE color: 10435094.

HSL color Cylindrical-coordinate representation of color #163A9F: hue angle of 224.23º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #163A9F is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2258159-
CMYK0.860.6400.38
HSL224.23º75.69%35.49%-
HSV(B)224.23º86.16%62.35%-
XYZ8.15.733.47-
YUV58.75184.57101.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 159 (62.5% from 255) = 66.53%
R=9.21%
G=24.27%
B=66.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal22581590.860.6400.38224.2375.6935.49
Hex163A9F5640026e04c23
Octal267223712610004634011443
Binary1011011101010011111101011010000000100110111000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,58,159); }

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

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

 a { background-color: rgb(22,58,159); }

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

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

 span { border-color: rgb(22,58,159); }

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