#163A96

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

Shades of Egyptian Blue #163A96

Tints of Egyptian Blue #163A96

Color information

#163A96 (or 0x163A96) is unknown color: approx Egyptian Blue. HEX triplet: 16, 3A and 96. RGB value is (22,58,150). Sum of RGB (Red+Green+Blue) = 22+58+150=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #163A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #163A96 is #E9C569. Grayscale: #393939. Windows color (decimal): -15320426 or 9845270. OLE color: 9845270.

HSL color Cylindrical-coordinate representation of color #163A96: hue angle of 223.12º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #163A96 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2258150-
CMYK0.850.6100.41
HSL223.12º74.42%33.73%-
HSV(B)223.12º85.33%58.82%-
XYZ7.355.429.51-
YUV57.72180.07102.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 150 (58.98% from 255) = 65.22%
R=9.57%
G=25.22%
B=65.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal22581500.850.6100.41223.1274.4233.73
Hex163A96553D029df4a22
Octal26722261257505133711242
Binary101101110101001011010101011111010101001110111111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #163A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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