#163A91

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

Shades of Egyptian Blue #163A91

Tints of Egyptian Blue #163A91

Color information

#163A91 (or 0x163A91) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3A and 91. RGB value is (22,58,145). Sum of RGB (Red+Green+Blue) = 22+58+145=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #163A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A91 is #E9C56E. Grayscale: #383838. Windows color (decimal): -15320431 or 9517590. OLE color: 9517590.

HSL color Cylindrical-coordinate representation of color #163A91: hue angle of 222.44º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163A91 is Cyan = 0.85, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2258145-
CMYK0.850.600.43
HSL222.44º73.65%32.75%-
HSV(B)222.44º84.83%56.86%-
XYZ6.955.2427.43-
YUV57.15177.57102.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 145 (57.03% from 255) = 64.44%
R=9.78%
G=25.78%
B=64.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22581450.850.600.43222.4473.6532.75
Hex163A91553C02Bde4a21
Octal26722211257405333611241
Binary101101110101001000110101011111000101011110111101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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