#163E91

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

Shades of Egyptian Blue #163E91

Tints of Egyptian Blue #163E91

Color information

#163E91 (or 0x163E91) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3E and 91. RGB value is (22,62,145). Sum of RGB (Red+Green+Blue) = 22+62+145=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #163E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163E91 is #E9C16E. Grayscale: #3B3B3B. Windows color (decimal): -15319407 or 9518614. OLE color: 9518614.

HSL color Cylindrical-coordinate representation of color #163E91: hue angle of 220.49º 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 #163E91 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2262145-
CMYK0.850.5700.43
HSL220.49º73.65%32.75%-
HSV(B)220.49º84.83%56.86%-
XYZ7.165.6627.5-
YUV59.5176.25101.25-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 145 (57.03% from 255) = 63.32%
R=9.61%
G=27.07%
B=63.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal22621450.850.5700.43220.4973.6532.75
Hex163E91553902Bdc4a21
Octal26762211257105333411241
Binary101101111101001000110101011110010101011110111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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